2014-07-09 10:43:10 +00:00
|
|
|
Documentation (incomplete at this time, contribute if you can!) may be found at
|
|
|
|
http://gluon.readthedocs.org/
|
2013-02-12 01:17:23 +00:00
|
|
|
|
2014-07-09 10:43:10 +00:00
|
|
|
If you're new to Gluon and ready to get your feet wet, have a look at the
|
2014-07-09 10:44:22 +00:00
|
|
|
[Getting Started Guide](http://gluon.readthedocs.org/en/latest/user/getting_started.html).
|
2013-12-28 21:20:46 +00:00
|
|
|
|
2014-07-28 16:46:58 +00:00
|
|
|
**Gluon IRC channel: `#gluon` in [hackint](http://hackint.org/)**
|
2014-01-11 20:30:30 +00:00
|
|
|
|
2014-08-15 06:44:43 +00:00
|
|
|
## Use a release!
|
|
|
|
|
|
|
|
Please refrain from using the master branch for anything else but development purposes!
|
|
|
|
Use the most recent release instead. You can list all relaseses by running `git branch -a`
|
2015-05-28 20:13:19 +00:00
|
|
|
and switch to one by running `git checkout v0.6.5beta5`.
|
2015-04-05 09:42:54 +00:00
|
|
|
|
|
|
|
To select one of our sites, use first `./get-sites` and select one out of `sites-repo` with e.g. `./set-site vfnnrw/leverkusen`.
|
|
|
|
|
|
|
|
To make a stable-build for e.g. leverkusen run:
|
|
|
|
`git clone https://github.com/VfN-NRW/gluon.git vfnnrw-gluon`
|
|
|
|
`cd vfnnrw-gluon`
|
2015-05-28 20:13:19 +00:00
|
|
|
`git checkout v0.6.5beta5`
|
2015-04-05 09:42:54 +00:00
|
|
|
`./set-site vfnnrw/leverkusen`
|
|
|
|
`make update`
|
2015-04-06 08:39:28 +00:00
|
|
|
`make -j4 GLUON_BRANCH=stable`
|
2014-08-15 06:44:43 +00:00
|
|
|
|
|
|
|
If you're using the autoupdater, do not autoupdate nodes with anything but releases.
|
|
|
|
If you upgrade using random master commits the nodes *will break* eventually.
|
|
|
|
|
2015-04-05 09:42:54 +00:00
|
|
|
## Mailinglist (mostly for announcements)
|
|
|
|
|
|
|
|
I can handle administrative requests automatically. Please
|
|
|
|
do not send them to the list address! Instead, send
|
|
|
|
your message to the correct command address:
|
|
|
|
|
|
|
|
For help and a description of available commands, send a message to:
|
|
|
|
|
|
|
|
gluon-help@luebeck.freifunk.net
|
2014-07-17 12:58:56 +00:00
|
|
|
|
|
|
|
To subscribe to the list, send a message to:
|
|
|
|
|
|
|
|
gluon-subscribe@luebeck.freifunk.net
|
|
|
|
|
|
|
|
To remove your address from the list, just send a message to
|
|
|
|
the address in the `List-Unsubscribe` header of any list
|
|
|
|
message. If you haven't changed addresses since subscribing,
|
|
|
|
you can also send a message to:
|
|
|
|
|
|
|
|
gluon-unsubscribe@luebeck.freifunk.net
|
2015-04-05 09:42:54 +00:00
|
|
|
|
|
|
|
or for the digest to:
|
|
|
|
|
|
|
|
gluon-digest-unsubscribe@luebeck.freifunk.net
|
|
|
|
|
|
|
|
If you need to get in touch with the human owner of this list,
|
|
|
|
please send a message to:
|
|
|
|
|
|
|
|
gluon-owner@luebeck.freifunk.net
|
|
|
|
|
|
|
|
Please include a FORWARDED list message with ALL HEADERS intact
|
|
|
|
to make it easier to help you.
|