Infrastructure:Web Server

From Lancaster And Morecambe Makers
Revision as of 20:53, 11 November 2015 by TBSliver (Talk | contribs)

Jump to: navigation, search

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:~/ .