Created
September 26, 2014 03:45
-
-
Save julianvargasalvarez/bf3bc0b08760819a61f9 to your computer and use it in GitHub Desktop.
cosas para montor ubuntu
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 | |
sudo apt-get install curl git-core vim postgresql libpq-dev python python-virtualenv python-pip python-dev build-essential -y | |
sudo pip install --upgrade pip | |
sudo pip install --upgrade virtualenv | |
sudo apt-get install redis-server libxslt-dev libxml2-dev # libmagickwand-dev -y # libmagick9-dev | |
sudo apt-get install libmemcached-dev zlib1g-dev libssl-dev python-dev -y | |
sudo apt-get install mysql-server -y #para ramdisc | |
sudo apt-get install libmysqlclient-dev libmysql-ruby -y | |
sudo apt-get install libssl-dev libfontconfig1-dev gitk -y | |
sudo apt-get install htop | |
sudo apt-get install mysql-client libmysqlclient-dev | |
sudo apt-get install libcurl4-openssl-dev #libcurl4-gnutls-dev |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment