Skip to main content

Installing HiveMind on a Digital Ocean droplet as a cloud IDE

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:


  1. sudo add-apt-repository ppa:webupd8team/java
  2. sudo apt-get update
  3. sudo apt-get install oracle-java8-installer
  4. cd /home
  5. wget https://s3.amazonaws.com/crudzilla/hivemind.zip
  6. sudo apt-get install unzip
  7. unzip hivemind.zip
  8. cd hivemind/bin
  9. ./jetty.sh start
  10. goto: http://your-digitalocean-ipaddress:7000
  11. 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.

Comments

  1. When i do "./jetty.sh start" i get this output: "Starting Jetty: FAILED Mon Apr 28 22:28:37 EDT 2014"

    but 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 ?

    ReplyDelete
    Replies
    1. 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.


      I'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

      Delete

Post a Comment

Popular posts from this blog

Integrating AI CodeGen With Low Code Application Development

This is a demo showing Solvent-Lowcodr working with AI Code generation (ChatGPT) to build web apps in a low code fashion. This demo uses Vuetify Component Library. This is the first in a series showing various ways that AI CodeGen and low code can be combined in Solvent-Lowcodr to accelerate web application development. In subsequent posts we'll show how to use AI CodeGen to build low code building blocks in Solvent-Lowcodr. We'll also show demos for React.

Integrating AI CodeGen With Low Code Application Development - Part 2

In this post we follow up from the previous AI CodeGen integration into a Lowcode environment, which was a manual process.  In this post we showcase the new direct AI integration support, then follow that up with using that integration to automate the process of issuing a prompt and generating a Lowcode app. Part 1 - Basic AI Integration Demo (OpenAI, Anthropic, Gemini) Part 2 -CodeGen and Lowcode Integration via automation using all three models.

Using AI (OpenAI, Anthropic,Gemini) Function Calling To Automate Dev Environment Actions

  In this post we showcase direct AI integration support, then follow that up with using that integration to automate the process of issuing a prompt and generating a Lowcode app.  The integration approach shown allows a developer  to build all sorts of automation "recipes" to drive the developer environment. Part 1 - Basic AI Integration Demo (OpenAI, Anthropic, Gemini) Part 2 -CodeGen and Lowcode Integration via automation using all three models.