Created
September 5, 2011 01:47
-
-
Save zolzaya/1193877 to your computer and use it in GitHub Desktop.
required libraries
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
sudo apt-get update | |
# curl: command-line tool for transferring data | |
sudo apt-get install curl | |
# git version manager system | |
sudo apt-get install git-core git-gui git-doc | |
# posgresql-н сан | |
sudo apt-get install libpq-dev | |
# nodejs | |
sudo apt-get install node |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment