Difference between revisions of "Infrastructure:Web Server"

From Lancaster And Morecambe Makers
Jump to: navigation, search
(Created page with "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 <pr...")
(No difference)

Revision as of 21:43, 11 November 2015

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