Skip to content

Instantly share code, notes, and snippets.

@SpiralOutDotEu
Last active June 30, 2018 16:41
Show Gist options
  • Save SpiralOutDotEu/370cd1ea588827bad9254d95139f167e to your computer and use it in GitHub Desktop.
Save SpiralOutDotEu/370cd1ea588827bad9254d95139f167e to your computer and use it in GitHub Desktop.
JHipster Installation

install nodejs & npm

sudo apt-get install nodejs
sudo apt-get install npm

fix naming issue of node to ubuntu

ln -s /usr/bin/nodejs /usr/bin/node

instal bower.

sudo apt-get install git-core
sudo npm cache clean
sudo npm install -g bower

install gulp

sudo npm install -g gulp

install yeoman

sudo npm install -g yo

install JHipster

sudo npm install -g generator-jhipster

make dir & cd to it

 mkdir myHipApp && cd myHipApp

run JHipster generator

yo jhipster
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment