Skip to content

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

Notifications You must be signed in to change notification settings

nv1t/community_calendar

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

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