rework the site repo layout again for fun (and easier building)

This commit is contained in:
Daniel Frank 2017-10-13 23:47:33 +02:00
commit ebddb7d986
6 changed files with 13 additions and 8 deletions

View file

@ -4,10 +4,10 @@
cd gluon
git clone https://github.com/freifunkhamburg/site-ffhh.git site # Get the Freifunk Hamburg site repository
cd site
make SITE=ffhh
make
cd ..
make update # Get other repositories used by Gluon
make # Build Gluon
make update # Get other repositories used by Gluon
make GLUON_SITEDIR=site/sites/ffhh # Build Gluon
Please see [the official Gluon repository](https://github.com/freifunk-gluon/gluon) for an in-depth explanation of the build process.