Caker, Web developer,Beijing,China.

My projects

it’s working now !

continue my life of blog ..

Tags:

Filed under:Uncategorized

step list to configure my server

- 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. [...]

Tags: ,

Filed under:Uncategorized