This is (to be) the main website for dbwebb.se.
Work to merge content from dbwebb.se is ongoing.
You can check a live version, so far, at v2.dbwebb.se.
This is how I do it on Debian/Linux.
###Fresh install
Start by preparing your local development environment.
$ git clone <the original or your forked repo>
$ cd <the original or your forked repo>
$ make create-local-structure
$ make etc-hosts
$ make virtual-host
$ make update
Now open your browser at local.v2.dbwebb.se and browse the website.
###Keep updated
Update the code base, the external packages and publish locally.
$ make update
###Develop and test locally
Make changes in your repo, publish using make local-publish and reload your browser.
# Do changes and then publish them locally.
$ make local-publish
# Clear the cache when publishing
$ make local-publish-clear
###Help me
.
..: Copyright (c) 2012 - 2016 Mikael Roos, mos@dbwebb.se