Infrastructure:Web Server
From Lancaster And Morecambe Makers
Info on our web server.
Migration from Dreamhost
Export the database (using php-my-admin) as SQL gzipped.
ssh into the Big V machine, create a new user and group
groupadd drupal useradd -u drupal -c "LAMM Space Drupal User" -m -s /bin/bash drupal
Copy the files from dreamhost
sudo su drupal cd mkdir dreamhost cd dreamhost rsync -avz --no-owner --no-group lammspace@gorecki.dreamhost.com:~/ .