1

I am looking to use Digital Ocean services to host cloud apps. Can anyone share information on deployment of jhipster apps on Digital Ocean ? Any setup tips or steps to watch out ?

fatCop
  • 2,556
  • 10
  • 35
  • 57
SgCoder
  • 51
  • 4

2 Answers2

0

You can use docker module to build jhip docker containers...

More on: https://jhipster.github.io/modules/marketplace/#/details/generator-jhipster-docker

nsfreak
  • 186
  • 1
  • 6
0
  1. Install JAVA with following command (for example JAVA 8): sudo apt-get update && sudo apt-get install openjdk-8-jdk

  2. Install DB (Mysql/Postgre etc which you're using), Create database and user

  3. Uploading .jar file

  4. Run the application

For more details.

piet.t
  • 11,718
  • 21
  • 43
  • 52
fatCop
  • 2,556
  • 10
  • 35
  • 57