arctic.web installation package to install ArcticGaming website
Table of Contents
$ git clone git@github.com:4teamwork/arctic.web.git
$ cd arctic.web
$ 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/arctic.web.git
$ cd arctic.web
$ 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.
For the deployment we use the git-deploy.
Do the following step once to setup push-deploment on the server:
Setup git hooks on server <https://github.com/4teamwork/plone-git-deployment#setup-git-hooks-on-server>
gem install git-deploy
cd the-package-repository
git deploy setup -r productionDo the following steps on your local repo:
# once you have to install the remotes (local)
./scripts/setup-git-remotes
# deployment auf "production":
git push production masterThe push deployment will run builodut if necessary, installst plone updates and restarts the instances. If possible, the deployment will run without server downtime. Otherwise, it will activate a maintenance-page.
Another example to push a local branch to a nightly installation:
# push my local branch my-branch to the master for the nightly remote
git push nightly my-branch:masterIf you want to rerun the deployment i.e. if you just changed some versionpinnings or if you changed src-packages without changing the master, you can run:
git-deploy rerun -r productionFor more information about push-deployment see:
plone git deployment <https://github.com/4teamwork/plone-git-deployment>
Runs with Plone 4.3.9.
- Github: https://github.com/4teamwork/arctic.web
- Issues: https://github.com/4teamwork/arctic.web/issues
- Continuous integration: https://jenkins.4teamwork.ch/search?q=arctic.web
This package is copyright by 4teamwork.
arctic.web is licensed under GNU General Public License, version 2.
