Overview
You have a "production" Jamroom server online and you want to have an exact copy of that site on your local development machine to test and work on.
This document covers the steps to make that happen.
In short the steps are:
- Install Jamroom into your local development machine where you want the clone to go.
- Export the database from the production server as an .SQL file
- Import the .SQL file into your local development machine
- (optional) copy the /data folder from the server to the development