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