No description
Find a file
2017-12-26 17:01:09 -05:00
events Add first pass at federating searchable data 2017-12-26 17:01:09 -05:00
get_together Initial commit, basic models only and just enough views to show it's working 2017-12-26 11:46:27 -05:00
LICENSE Initial commit, basic models only and just enough views to show it's working 2017-12-26 11:46:27 -05:00
manage.py Initial commit, basic models only and just enough views to show it's working 2017-12-26 11:46:27 -05:00
README.md Add missing step to install pip requirements before running Django commands 2017-12-26 11:57:50 -05:00
requirements.txt Initial commit, basic models only and just enough views to show it's working 2017-12-26 11:46:27 -05:00

Get Together

Get Together is an open source event manager for local communities.

Goals

  • Be feature-competitive with Meetup.com
  • Allow multiple instances to share federated event data
  • Provide sustainable, cost-effective hosting for FOSS communites
  • Be developed and maintained by the communities using it

Getting Started

To start running the service use the following commands:

virtualenv --python=python3 ./env

./env/bin/pip install -r requirements.txt

./env/bin/python manage.py migrate

./env/bin/python manage.py createsuperuser

./env/bin/python manage.py runserver

Getting Involved

To contibute to Get Together, you can file issues here on GitHub, work on features you want it to have, or contact @mhall119 on IRC, Telegram or Twitter to learn more