drupal.themoon.org

  • heinlein

Vhosts with Drupal and EC2

admin — Wed, 09/03/2008 - 10:35

cd /etc/apache2/sites-enabled
cp template cloud-press.com
vi cloud-press.com
(substitute template with cloud-press :%s/template/cloud-press/ )
adduser cloud-press
cd /home/cloud-press
wget http://mu.wordpress.org/latest.tar.gz
tar xvzf latest.tar.gz
mv wordpress-mu public_html
a2ensite cloud-press.com

Syndicate content

User login

  • Create new account
  • Request new password

Powered by Drupal, an open source content management system
  • heinlein