A Installation of Ubuntu system in Win7 environment
Http://jingyan.baidu.com/article/60ccbceb18624464cab197ea.html
Note: In the fourth step of the installation, choose "Install Ubuntu system, coexist with Win7 system", this can eliminate the later partition, install more convenient
Two Install Jdk8
Http://hi.baidu.com/270460591/item/5a6a9bcf8f352e4dbdef69cd
Note: The configuration file is added to the ~/.BASHRC
Export java_home=/home/liwh/tools/jdk1.8.0_31
Path= $JAVA _home/bin: $PATH
environment variable in effect
SOURCE ~/.BASHRC
Three Install IntelliJ IDE14
1. Download IntelliJ IDEA14, download address: http://www.jetbrains.com/idea/download/
2. Download and put into your own folder, extract to the current directory can
3. Go to the Bin folder under the folder, find idea.sh, use the terminal command to run
Four Install Gradle
1. Download the latest Gradle version at the official website: http://www.gradle.org/downloads
2. Unzip the installation package to the specified directory
3. Open environment file sudo gedit ~/.BASHRC
4. Write to Environment file
Export gradle_home=/home/liwh/tools/gradle-2.2.1
Path= $GRADLE _home/bin: $PATH
5. Environment variable entry into force
SOURCE ~/.BASHRC
6. Check if the installation is successful
Gradle-v
Five Install Maven
1. Download maven:http://maven.apache.org/download.cgi
2. Copy to/USR/SRC
3. Configure environment variables, open ~/.BASHRC, add
maven_home=/usr/src/apache-maven-3.0.3
Path=${maven_home}/bin:${path}
4.source~/.bashrc
5. Confirm that the installation is successful MVN-V
Six Install Tomcat8
1. Download tomcat8:http://tomcat.apache.org/download-80.cgi
2. Extract to the specified directory
3. Run sudo startup.sh in the uncompressed directory to start Tomcat
Seven. Install NPM
sudo apt-get install NPM
Eight Installing Nodejs through NPM
sudo npm install npm-g.
Test:run npm-v. The version should be higher than 2.1.8.
Nine. Install Gulp
sudo npm install--global Gulp
10. Install Bower
sudo npm install-g Bower
The above is the Ubuntu ANGULARJS development installation Environment step, the follow-up continues to collate the related information, thanks everybody to this station support!