Skip to content

gusseleet/grillcon

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

grillcon at dbwebb (website)

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

Website grillcon.dbwebb.se for the annual event for students and alumni, mainly at the education program Web programming at BTH. Together with some software engineers.

For developers and maintainers

This is how I develop and maintain the website. Feel free to join in.

###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.grillcon.dbwebb.se and browse the website.

###Keep updated

Keep your code base up to date, including the external packages and do a 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) 2016 Mikael Roos, mos@dbwebb.se   

About

Annual barbeque event for students and alumni at education program Web programming at BTH.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 62.1%
  • CSS 34.0%
  • Makefile 2.9%
  • Other 1.0%