Created
June 30, 2011 18:39
-
-
Save kechol/1056884 to your computer and use it in GitHub Desktop.
Debian on Sakura VPS Install log
This file contains 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
#execute as root user | |
aptitude update | |
aptitude install sudo | |
apt-get install build-essential sysv-rc-conf vim | |
apt-get install libssh-dev curl git-core sendmail sendmail-bin nkf | |
apt-get install mysql-client mysql-server libmysqlclient-dev | |
apt-get install apache2 libapache2-mod-php5 | |
apt-get install php5 php-pear php-apc php5-cli php5-curl php5-gd php5-mcrypt php5-mysql | |
apt-get install libreadline5-dev libapache2-mod-ruby libapr1-dev libaprutil1-dev zlib1g-dev | |
sudo bash < <(curl -s https://rvm.beginrescueend.com/install/rvm) | |
rvmsudo rvm install 1.9.2 | |
rvm use 1.9.2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment