Moving Jomres from server A to server B
From Jomres v4 manual
This isn't a step by step guide to moving your files from development to live server. If you've got the experience to know that you need a development server then you'll also probably understand the concepts of moving files around by ftp, exporting mysql data etc. This is more a checklist of things that you need to note for when you move your Jomres install from one server to another.
- Copy your development files to the live server. Remember to change the settings in configuration.php to reflect the new server's mysql userid and password.
- Using phpmyadmin on your development server, export the entire contents of the mysql db to a file and using that file import them into the live server's db, again using phpmyadmin.
- Go to http://license-server.jomres.net and log in. View your license and change the domain and IP numbers to match those of your new server (this might not be necessary if your development server was on your desktop's 'localhost').
- Using ftp, go into the new /jomres/temp folder and delete key.php.
- Using ftp, go into the new /jomres/temp folder and delete registry.php.

