Step by step install wpmu in VDS / VPS : Put wpmu inside vds
I prefer to use ssh instead ordinary ftp transfer since its lightning fast
In this tutorial I’ll show how to put wpmu into vds system that already setup, in previous post the system setup as follows :
- add user into vds
- add domain
- setting wildcard
- setting dubdomain
Here’s the steps :
1. Login into minivds using ssh client if you using windows or use terminal if you’re in unix based system.
2. Download wpmu
root@ngeblog:/root#
root@ngeblog:/root# cd /home/blog/data/
root@ngeblog:/home/blog/data/www# ls
ngeblog.cn
root@ngeblog:/home/blog/data/www# wget http://mu.wordpress.org/latest.tar.gz
–2008-11-06 14:58:38– http://mu.wordpress.org/latest.tar.gz
Resolving mu.wordpress.org… 72.233.56.139, 72.233.56.138
Connecting to mu.wordpress.org|72.233.56.139|:80… connected.
HTTP request sent, awaiting response… 200 OK
Length: unspecified [application/x-gzip]
Saving to: `latest.tar.gz’
[ <=> ] 1,392,892 1.17M/s in 1.1s
2008-11-06 14:58:40 (1.17 MB/s) – `latest.tar.gz’ saved [139289
3. Extract and copy to directory
root@ngeblog:/home/blog/data/www# tar xvzf latest.tar.gz
root@blogasik:/home/blog/data/www# cp -Rp wordpress-mu-2.6.3/ ngeblog.cn/
root@blogasik:/home/blog/data/www#
root@blogasik:/home/blog/data/www# cd ngeblog.cn/
root@blogasik:/home/blog/data/www/ngeblog.cn# ls
README.txt index.php wp-app.php wp-config-sample.php wp-links-opml.php wp-rdf.php wp-trackback.php
favicon.ico license.txt wp-atom.php wp-content wp-load.php wp-rss.php wpmu-settings.php
htaccess.dist webstat wp-blog-header.php wp-cron.php wp-login.php wp-rss2.php xmlrpc.php
index-install.php wp-activate.php wp-comments-post.php wp-feed.php wp-mail.php wp-settings.php
index.html wp-admin wp-commentsrss2.php wp-includes wp-pass.php wp-signup.php
root@blogasik:/home/blog/data/www/ngeblog.cn#
4. Setting MySQl database
Login to ispmanagerlite and click on :
Tools -> databases
Click on + icon to add new database, fill information around database
From the picture :
- username : blog
- database name : wpmu
- password : xxxxxx
Use that information for install wordpress multiuser.
Enough for now, I’ll continue to installation and a few problem that common happen in installation step.
Stay health everybody
Related Reading:
Using DrupalWith the recipes in this book, you can take full advantage of the vast collection of community-contributed modules that make the Drupal web framewo... Read More >
Drupal For DummiesLearn to set up, manage, and administer a Drupal Web site
Drupal offers unparalleled flexibility for content-managed Web sites, but most ... Read More >
Pro Drupal Development, Second EditionWidely praised for its in–depth coverage of Drupal internals, bestselling Pro Drupal Development has been completely updated for Drupal 6 in thi... Read More >
Front End Drupal: Designing, Theming, Scripting“For Drupal to succeed, we need books like this.”
–Dries Buytaert, Drupal founder and project... Read More >
Cracking Drupal: A Drop in the BucketThe first book to reveal the vulnerabilities and security issues that exist in the sites that have been built with Drupal?and how to prevent them from... Read More >
Search Terms :
If you enjoyed this post, please consider to leave a comment or subscribe to the feed and get future articles delivered to your feed reader.


