Creating your own Super Repo

The following directories should be created inside your super repo:

```
mkdir site
mkdir site/ciniki-backups
mkdir site/ciniki-cache
mkdir site/ciniki-lib
mkdir site/ciniki-mods
mkdir site/ciniki-storage
```

The following directories may need their permissions changes so your web server has write permissions to them. If you are running in production these directories should be set to the web server user instead of making them world writable. World writable is easier in a development environment.

```
chmod a+w site/ciniki-cache
chmod a+w site/ciniki-storage
```