To set up server:
- Create a new database.
- Clone a copy of the Drupal 7 repot into a temp dir.
- Install Drupal, connect with new database.
- Clone this repot into the desired dir.
- Rename the sites folder in the drupal 7 temp dir to something temporary.
- Copy the contents of the Drupal 7 temp dir into this repot's dir. (Now this repot's sites and the drupal base copy are in the same root dir.)
- Copy the contents of the sites/default/ folder into this repot's sites/default to get the working setting.
- Delete the temporary sites dir and the original drupal 7 temp dir (step 2).