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
Continue reading »