** Requirements **
Git
Apache2
PHP

Edit .htaccess first!

* Logging in *
Edit the ./multisite/admin/.htaccess file to your preference and parameters, create that htpasswd file if you don't already have one with the admin user
```
htpasswd -c <# /Path/to/your/users/htpasswd #> guestbook
```
Type that same path into index.php, some lines into the new-user-setup for multi-site-hosts

Tee that login to all places that need authentication

check if multisite/ and optional module paths are there and writable by Webserver
```
chmod 777 multisite
```
the same for submodule requirements..

** Personalisation **

Edit style.css to your liking, change the default sort-order in ./post/index.php for users and global requests.

Edit multisite/guestbook/*config-sitename* to match your site's name (Title) and SEO blurb.
Change multisite/guestbook/payment(-name/-number) to match yours

There's icon.jpg as webapp icon and favicon.ico for yea-olde-hats.

Then.
```
git checkout -b domainname
git commit -a
```

Done?
NO!

Set up a dCDN node! (for you)
Contact me, bart-admin-oy@bedrijfzondernaam.nl

Maybe change the bg(3/4).jpg, pirate(s)!

** Updating **
```
git pull --rebase origin/release #TODO
```
