Skip to content

gusseleet/website

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dbwebb.se website

Join the chat at https://gitter.im/mosbth/dbwebb

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.

For developers and maintainers

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   

About

This is (to be) the main website for dbwebb.se

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 71.5%
  • CSS 25.4%
  • Makefile 2.3%
  • Other 0.8%