Digital Oceon is the hot cloud hosting provider that makes setting up a cloud box a breeze.
Well it gets even easier when you throw HiveMind into the mix. HiveMind gives you a one-box hassle-free web app solution.
Assuming you are using a Ubuntu droplet (why would you be using anything else?:)), on the command line do the following:
You now have a ready to use web app platform that supports a bunch of languages, you can create new web apps as you need to.
Once you are logged in, you can change the login by going to System menu on the upper right and selecting Manage Users.
Well it gets even easier when you throw HiveMind into the mix. HiveMind gives you a one-box hassle-free web app solution.
Assuming you are using a Ubuntu droplet (why would you be using anything else?:)), on the command line do the following:
- sudo add-apt-repository ppa:webupd8team/java
- sudo apt-get update
- sudo apt-get install oracle-java8-installer
- cd /home
- wget https://s3.amazonaws.com/crudzilla/hivemind.zip
- sudo apt-get install unzip
- unzip hivemind.zip
- cd hivemind/bin
- ./jetty.sh start
- goto: http://your-digitalocean-ipaddress:7000
- login with: developer/developer
You now have a ready to use web app platform that supports a bunch of languages, you can create new web apps as you need to.
Once you are logged in, you can change the login by going to System menu on the upper right and selecting Manage Users.
When i do "./jetty.sh start" i get this output: "Starting Jetty: FAILED Mon Apr 28 22:28:37 EDT 2014"
ReplyDeletebut when i do "./jetty.sh run" it works
what is the difference between the commands "Start" and "Run" ?
and why does the command "Start" not work ?
That's Interesting... ./jetty.sh start is what we use and it works...if you look at the jetty.sh script the run option is available but it appears to serve the same purpose as start...both works on our systems.
DeleteI'll post a message to the Jetty mailing list to find out if there's a difference.
What OS and version are running on?
Also please post follow-up questions to our Google user group:
https://groups.google.com/forum/#!forum/crudzilla-web-application-builder-user-group
-Edmond