Installing many occasions connected with WordPress using Apache2
For extra very helpful tips, visit to:
Assuming that you just have wordpress operating also , you want to run many instance on your own system, it is advisable to accomplish that following:
Download modern version regarding wetpaint wordpress-2.5.1.zip and unzip it in to a non permanent directory.
I am using /var/www while my own first rootdoc all of which will always be employing /var/www1 and /var/www2 as this various other 2 wordpress rootdoc locations.
mv wordpress-2.5.1.zip /tmp
unzip wordpress-2.5.1.zip
cd wordpress
cp -r * /var/www1
cp -r * /var/www2
So a long way we've got extracted that zip document from the /tmp directory. We subsequently journeyed around /tmp in addition to recursively replicated it in to the new areas wherever the revolutionary squidoo blogs will live.
cp /var/www/wp-config.php /var/www1
cp /var/www/wp-config.php /var/www2
We desire to utilize the very same wp-config.php archive because most of us would like to make use of the same mysql database, but many of us need to use DIFFERENT TABLES.
This will be your wp-config.php file. Note the 'wp_' varying below. This will be what exactly your mysql list uses to name the tables. I applied 'wpdb1_' and also 'wpdb2_' intended for my own additional wetpaint installations.
Now edit the /etc/hosts file
192.168.1.2 blaster blaster.nethopper.com
blogger.blogme.com dog.doggone.com
127.0.0.1 localhost
You naturally must make contact with a registrar and invest in ones website names. Cheap. About $7 each year. Now my personal hostname is blaster plus my initial web log appeared to be with blaster.nethopper.com. I prefer to include blogger.blogme.com and also dog.doggone.com. Both fresh live journal blogging to be able to run with my linux host. These bands needs to be while in the /etc/hosts file.
No comments:
Post a Comment