COAP:COAP-3110/week6

The educational technology and digital learning wiki
< COAP:COAP-3110
Revision as of 16:50, 13 September 2016 by Daniel K. Schneider (talk | contribs) (Created page with "=== Week 6 learning goals === * Migrating from a development server to a hosting company * The REST protocol == Monday == In order to migrate you will have to: * copy all...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Week 6 learning goals

  • Migrating from a development server to a hosting company
  • The REST protocol

Monday

In order to migrate you will have to:

  • copy all the WordPress files using an FTP or SFTP client or a WebClient (depending on the hosting company)
  • dump the whole database to a *.zip file
  • Create a copy of the wp-config.php file and edit some settings

On the new host

  • Create a new database
  • Write down its full name, database user name, database user password, machine name
  • Edit config.php, the replace your original wp-config.php file by this new version

Example: