| Set up webserver on home PC |
|
|
|
| Written by Steve Leonard |
| Sunday, 01 March 2009 18:05 |
|
After installing Ubuntu on a PC, you need to add these packages: Apache2 - this is the actual web file serversudo apt-get install apache2 Configure apache2 PHP - popular web scripting languagesudo apt-get install php5-mysql MysSQL - the databasesudo apt-get install mysql-server
To create a new database, use the mysqladmin command:
|
| Last Updated on Saturday, 04 December 2010 19:42 |