Skip to content

ilkerbfl/ubuntu_setup_for_java_development

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 

Repository files navigation

ubuntu_setup_for_java_development

  1. install Intellij idea
  1. install terminator sudo apt-get install terminator
  2. install java
  • sudo add-apt-repository ppa:webupd8team/java
  • sudo apt-get update
  • sudo apt-get install oracle-java8-installer Java will be located at , setup SDK from this folder :/usr/lib/jvm/java-8-oracle
  1. sudo apt-get install git

  2. sudo apt install mysql-client mysql-server mysql-workbench

  3. This is not necessary, i prefer to watch my pc sources

  • sudo apt install indicator-multiload
  1. Sometimes need to run maven commands from console
  • sudo apt install maven
  1. Sometimes also need to run bower commands from console
  • sudo apt-get install nodejs
  • sudo apt-get install npm
  • sudo npm install bower -g
  1. Jhipster prerequistes
  • sudo apt install curl
  • cd ~
  • curl -sL https://deb.nodesource.com/setup_6.x -o nodesource_setup.sh
  • sudo bash nodesource_setup.sh
  • sudo apt-get install nodejs
  • sudo apt-get install build-essential
  • install jarn
  • curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
  • echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
  • sudo apt-get update && sudo apt-get install yarn
  • install yeoman
  • sudo yarn global add yo
  • install gulp
  • sudo yarn global add gulp-cli
  • install jhipster
  • sudo yarn global add generator-jhipster
  1. install atom
  • sudo add-apt-repository ppa:webupd8team/atom
  • sudo apt update
  • sudo apt install atom

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published