Skip to content

Instantly share code, notes, and snippets.

@TheWaWaR
Last active August 29, 2015 14:18
Show Gist options
  • Save TheWaWaR/ff4998e9aaeab383b6ad to your computer and use it in GitHub Desktop.
Save TheWaWaR/ff4998e9aaeab383b6ad to your computer and use it in GitHub Desktop.
Install packages
######## 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