FeministWiki:Server setup: Difference between revisions

Line 204: Line 204:
  cd /var/www
  cd /var/www
  tar -czf - . | ssh root@feministwiki.dev 'cd /var/www; tar -xzf -'
  tar -czf - . | ssh root@feministwiki.dev 'cd /var/www; tar -xzf -'
== Test ==
It's important to test the new server to make sure everything works well!


=== Reboot ===
=== Reboot ===


We could restart a lot of services manually to ensure they've read their new config, but it's easiest to just reboot.  (The new server, obviously.)
We could restart a lot of services manually to ensure they've read their new config, but it's easiest to just reboot.  (The new server, obviously.)
reboot


=== Test! ===
=== Test! ===


At this point you should test everything using the feministwiki.dev domain name.
At this point you should test everything using the feministwiki.dev domain name.
Some things may not work because they're hard-coded to work as "feministwiki.org" and not under the "feministwiki.dev" name.  This is a point of future improvement: all the services should be configured, if at all possible, in a way that they will work when invoked as feministwiki.dev just as well.


== Finishing up ==
== Finishing up ==