Last active
August 29, 2015 14:18
-
-
Save TheWaWaR/ff4998e9aaeab383b6ad to your computer and use it in GitHub Desktop.
Install packages
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
######## Based on Debian 7 ######## | |
#### Node.js | |
# > https://github.com/joyent/node/wiki/Installing-Node.js-via-package-manager | |
sudo apt-get install curl | |
sudo curl -sL https://deb.nodesource.com/setup | bash - | |
sudo apt-get install -y nodejs | |
sudo npm config set registry https://registry.npm.taobao.org | |
sudo npm config get registry | |
#### Nginx | |
#### Redis | |
#### RabbitMQ | |
#### PostgreSQL |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment