it’s working now !
Posted April 8th, 2008 by admincontinue my life of blog ..
Tags: webserver
Filed under:Uncategorized
I’d love to change the world,but they won’t give me the source code.
Caker, Web developer,Beijing,China.
My projects
continue my life of blog ..
Tags: webserver
- install the base ubuntu server without LAMP server or another component
- update system
sudo aptitude update
sudo aptitude upgrade
sudo aptitude dist-upgrade
- install the openssh server
sudo aptitude install openssh-server openssh-client
- install subversion to host source code
sudo aptitude install subversion
- install mysql server
Sudo aptidude install mysql-server mysql-client libmysqlclient15-dev
Be sure to set a password for the root MySQL user. [...]