1. Install Apache2
Install Apache Modules
Apache 2 configuration of clean URLssudo a2enmod rewriteEdit line 12 to read, "AllowOverride All". Save and exit. See here for how to set up clean urls: 2. Install Php5sudo apt-get install php5-common php5 libapache2-mod-php5Install GD support php5-gdsudo apt-get install php5-gdConfiguring PHP to resolve the "Error sending email" message
in line 672, change
Restart Apache
3. Install MySQL
Restart MySQL
Configuration MySQLYou can edit the /etc/mysql/my.cnf file to configure the basic settings -- log file, port number, etc. Refer to /etc/mysql/my.cnf file for more details. To create a symbolic linkln -s /path/to/real/file /path/to/non-existant/fileSomething like this: sudo ln -s ~/htdocs /var/www/htdocsInstall SSH Serversudo apt-get install sshype the following command : Installing an SMTP server
It might ask you for a password. If it does, simply enter your account login password. Once all headers have been fetched and downloaded, it will ask you a few questions such as your computername (which you could make "localhost") etc...just some basic questions. For further configuration settings, type the following into the terminal as a new command :
See here for more info:
|
|||