Deepin (unbuntu) system: java + redis + rabbitmq + mysql + idea for Development Environment installation, unbunturedis

Source: Internet
Author: User
Tags rabbitmq

Deepin (unbuntu) system: java + redis + rabbitmq + mysql + idea for Development Environment installation, unbunturedis

Deepin (unbuntu) system java + redis + rabbitmq + mysql + idea and other development environment Installation

# Java1.8 environment installation tar-xvf jdk-8.tar.gzmv Downloads/jdk1.8.0 _ 151/usr/lib/jvm/sudo vim/etc/profile file end add export JAVA_HOME =/usr/lib/jvm export JRE_HOME =$ {JAVA_HOME}/jre export CLASSPATH =.: $ {JAVA_HOME}/lib :$ {JRE_HOME}/lib export PATH =$ {JAVA_HOME}/bin: $ PATHESC->! Wq exit save edit source/etc/profile # ideau install tar-zxvf ideaIU.tar.gz cd idea-IU-173.3942.27/sudo chmod a = + rx bin/idea. shsudo vim/etc/hosts # Skip 0.0.0.0 account.jetbrains.com # Add bin/idea at the end of the crack. shhttp: // idea.lanyus.com/# crack the website # node. js install tar-xvf node-v8.9.3-linux-x64.tar.xzsudo mv node-v8.9.3-linux-x64/usr/lib/nodesudo vim/etc/profile file end add export NODE_HOME =/usr/lib/node export PATH = $ PATH: $ NODE_HOME/bin Export NODE_PATH = $ NODE_HOME/lib/node_modulesESC->! Wq exit save edit npm install-g cnpm -- registry = https://registry.npm.taobao.org # Replace npm with cnpm # redis installation (only install how to configure to start your own Baidu) tar-zxvf redis-4.0.6.tar.gz cd redis-4.0.6/make # mysql install sudo apt-get install mysql-server # rabbitmq install wget-O-https://www.rabbitmq.com/rabbitmq-release-signing-key.asc | sudo apt-key add-sudo apt-get updatesudo apt -get install rabbitmq-serversudo rabbitmq-plugins enable rabbitmq_management # install sudo apt-get install dockersudo apt-get install python-pipsudo pip uninstall docker-compose # if there is an old version, delete sudo pip install docker-compose # python3 installation first (deepin comes with python3, but you need to use python3 to ensure that python 3.5 is 2.7 By default) sudo apt-get install python3.5sudo cp/usr/bin/python/usr/bin/python_bak # Back up sudo rm/usr/bin/pythonsudo ln-s/usr/bin/python3.5/ usr/bin/python # git Installation
sudo apt-get install git 
git config --global user.name "xxx"
git config --global user.eamil
ssh-keygen -C 'you email address@gmail.com' -t rsa
 

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.