Difference between revisions of "Events"
From Fixme.ch
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
[[Category:Services]] | [[Category:Services]] | ||
== Information == | == Information == | ||
− | * https://events.fixme.ch (only accessible within the hackerspace network) | + | * <s>https://events.fixme.ch (only accessible within the hackerspace network)</s> Replaced by an other project https://github.com/fixme-lausanne/screen-calendar |
* Post events in multiple services at onces | * Post events in multiple services at onces | ||
** FIXME website (civicrm) | ** FIXME website (civicrm) | ||
Line 9: | Line 9: | ||
** Twitter (post update only) | ** Twitter (post update only) | ||
** Facebook (post update only) | ** Facebook (post update only) | ||
+ | * Sources: | ||
+ | ** git clone https://github.com/fixme-lausanne/events | ||
+ | ** git clone ssh://gitolite@git.fixme.ch:1337/events # push to master to deploy in events.fixme.ch! | ||
== Configuration and Installation == | == Configuration and Installation == | ||
* Deployed in /var/www/events/ | * Deployed in /var/www/events/ | ||
* Configured with WSGI in /etc/apache2/sites-available/20_events | * Configured with WSGI in /etc/apache2/sites-available/20_events | ||
− | * | + | * Uses the deploy script, see [[Gitolite#Deploy]] |
− | + | ||
+ | == Screenshot == | ||
+ | https://raw.githubusercontent.com/fixme-lausanne/events/master/screenshot.png |
Latest revision as of 19:14, 24 July 2015
Information
-
https://events.fixme.ch (only accessible within the hackerspace network)Replaced by an other project https://github.com/fixme-lausanne/screen-calendar - Post events in multiple services at onces
- FIXME website (civicrm)
- Techup
- Agenda du Libre (CH)
- FIXME google calendar
- Twitter (post update only)
- Facebook (post update only)
- Sources:
- git clone https://github.com/fixme-lausanne/events
- git clone ssh://gitolite@git.fixme.ch:1337/events # push to master to deploy in events.fixme.ch!
Configuration and Installation
- Deployed in /var/www/events/
- Configured with WSGI in /etc/apache2/sites-available/20_events
- Uses the deploy script, see Gitolite#Deploy
Screenshot