<https://arangodb.slack.com/archives/D0523THT7/p1463495548000047> Hi Ryan,
yes, uninstalling is a simple task from the Mesos commandline: https://github.com/arangodb/arangodb-dcos/blob/master/README.md#deinstallationshutdown The generic DC/OS uninstall for apps is currently broken, since applications are not informed about a clean shutdown. (I guess a future Mesosphere version will support it) Therefore, old state and resources remain in your DC/OS cluster. We have created a way to uninstall an ArangoDB cluster cleanly, it is described in https://github.com/arangodb/arangodb-cleanup-framework If you want to redo from start. Cheers, willi On Thursday, April 28, 2016 at 8:59:06 PM UTC+2, Ryan I-L wrote: > > So I've switched to trying to get it up and running in a DC/OS cluster. I > was able to get it up and running however there seems to be a bug with > uninstallation. > > If I install it from the Universe tab and then uninstall it from > Universe>Installed Packages. I can no longer install it again from the > Universe tab. I'm pretty unfamiliar with DCOS so my current solution is to > tear down the cluster and spin it up again with the CloudFormation template. > > > On Thursday, April 28, 2016 at 7:14:56 AM UTC-7, Wilfried Gösgens wrote: >> >> Hm, >> what a pity, seems as if the bit-rot has put its nasty claws on those >> scripts :-( >> >> We're currently working heads down on getting Mesosphere DCOS to do all >> the things these sample scripts did manual in an automated fashion. >> >> >> In general, it should be easy to simply spin up a latest ubuntu VM there >> and install the packages available at >> >> https://www.arangodb.com/download/ >> : >> >> First add the repository key to apt like this: >> >> wget >> https://www.arangodb.com/repositories/arangodb2/xUbuntu_15.10/Release.key >> apt-key add - < Release.key >> >> Use apt-get to install arangodb: >> >> echo 'deb https://www.arangodb.com/repositories/arangodb2/xUbuntu_15.10/ >> /' | sudo tee /etc/apt/sources.list.d/arangodb.list >> sudo apt-get install apt-transport-https >> sudo apt-get update >> sudo apt-get install arangodb=2.8.7 >> >> >> >> On Thursday, April 28, 2016 at 12:02:17 PM UTC+2, Ryan I-L wrote: >>> >>> Wondering if anyone is currently able to use the ArangoDB Deployment >>> Script to spin up an Arango Cluster on AWS. >>> https://www.arangodb.com/2015/05/aws-cluster/ >>> >>> Additionally, I tried using the ArangoDB AMI from the Marketplace and >>> that host never seems to spin up either: >>> https://aws.amazon.com/marketplace/pp/B00RNJ092K >>> >>> Are these working other people right now? And/or are there simple ways >>> to deploy ArangoDB on AWS? >>> >>> Thanks, >>> Ryan >>> >> -- You received this message because you are subscribed to the Google Groups "ArangoDB" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
