biel.schule installation package to install biel.schule website
Table of Contents
$ git clone git@github.com:4teamwork/biel.schule.git
$ cd biel.schule
$ ln -s development.cfg buildout.cfg
$ python2.7 bootstrap.py
$ bin/buildout
$ bin/instance fgIf you want to develop features, you must follow this guide
First checkout the package and create a new branch from the master:
$ git clone git@github.com:4teamwork/biel.schule.git
$ cd biel.schule
$ git checkout -b my-mew-feature
$ git push origin -u my-new-featureIf you are finnished and the feature is working fine,you can merge it into the master branch after the quality-check:
$ git checkout master
$ git merge my-mew-feature
$ git pushNow, the feature is available for other developers.
To provide the feature on the test-env or the prod-env, you can push the master into the 'test' or 'production' branch.
$ git push origin master:test
$ git push origin master:productionEt voila, the feature is published.
Runs with Plone 4.3.
- Main github project repository: https://github.com/4teamwork/biel.schule
- Issue tracker: https://github.com/4teamwork/biel.schule/issues
- Continuous integration: https://jenkins.4teamwork.ch/search?q=biel.schule
This package is copyright by 4teamwork.
biel.schule is licensed under GNU General Public License, version 2.