Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| media-frontend [2015/01/11 15:17] – created mm | media-frontend [2026/07/26 21:08] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | # media.ccc.de frontend | ||
| + | |||
| + | ## update from git | ||
| + | |||
| + | The frontend is generated by nanoc. To increase visibility the project | ||
| + | is hosted on github: | ||
| + | |||
| + | < | ||
| + | |||
| + | However the deployment uses a seperate git server on koeln.media.ccc.de | ||
| + | |||
| + | '' | ||
| + | |||
| + | Setup local working repository: - git remote set origin | ||
| + | git@github.com: | ||
| + | gitolite@koeln.media.ccc.de: | ||
| + | --hard origin/ | ||
| + | |||
| + | Usual workflow: - git co master - git pull origin \# resolve conflicts - | ||
| + | git push live \# if this fails big problem - git co | ||
| + | deployment-media.ccc.de - git rebase master - git push -f live | ||
| + | |||
| + | Never push the deployment-media.ccc.de branch to github, as it contains | ||
| + | database passwords and such. | ||