Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save MaurizioCasciano/78907058c421a8be089c8c658de6800f to your computer and use it in GitHub Desktop.
Save MaurizioCasciano/78907058c421a8be089c8c658de6800f 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