nv1t / community_calendar

Creating a site for local communities, like multiple open labs, to collaborate. Let's start with a shared calendar

Home Page:http://munichmakes.tiefpunkt.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Community Calendar

Requirements

  • Python
  • virtualenv
  • A webserver of sorts

Setup

git clone https://github.com/tiefpunkt/community_calendar.git <directory>
cd <directory>
cd scripts
virtualenv env
. env/bin/activate
pip install --upgrade -r requirements.txt
deactivate
cp config.py.sample config.py
vi config.py
crontab -e

Now point webserver to the htdocs directory

About

Creating a site for local communities, like multiple open labs, to collaborate. Let's start with a shared calendar

http://munichmakes.tiefpunkt.com


Languages

Language:JavaScript 80.4%Language:CSS 7.9%Language:HTML 6.7%Language:Python 3.3%Language:PHP 1.5%Language:Shell 0.2%