jainmickey / fossevents.in

Upcoming fossvents.in website

Home Page:https://beta.fossevents.in

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Foss Events (India)

Join the chat at https://gitter.im/fossevents/fossevents.in Build Status Coverage Status

Source code for Foss Events India Website (https://beta.fossevents.in)

Getting Started

Fossevents is developed on Python3(currently python3.5). First check if you have python3 installed using which python3. If it does not return anything, please install python3.

Create virtualenv using python3 executable:

virtualenv venv -p $(which python3)
source venv/bin/activate

Run the following command in virtual environment:

createdb fossevents
pip install -r requirements/development.txt
python manage.py migrate
python manage.py sample_data
python manage.py runserver

Open http://localhost:8000/ (Initial creds: admin / 123123)

About

Upcoming fossvents.in website

https://beta.fossevents.in

License:MIT License


Languages

Language:Python 59.2%Language:CSS 25.3%Language:HTML 12.9%Language:Shell 2.3%Language:JavaScript 0.4%