Skip to content
This repository was archived by the owner on Sep 26, 2022. It is now read-only.
/ june Public archive

June is a forum (Deprecated)

License

Notifications You must be signed in to change notification settings

pythoncn/june

Folders and files

NameName
Last commit message
Last commit date
Dec 12, 2013
Dec 9, 2014
Feb 18, 2013
Feb 21, 2013
Dec 23, 2014
Mar 28, 2020
Oct 15, 2014
Dec 23, 2014
Sep 2, 2013
Oct 15, 2014
Apr 19, 2013
Dec 23, 2014
Apr 12, 2014
Apr 16, 2014
Aug 28, 2013
Dec 23, 2014
Jan 7, 2014
Oct 11, 2014
Dec 11, 2013
May 11, 2013

Repository files navigation

June

https://travis-ci.org/pythoncn/june.png?branch=master https://coveralls.io/repos/pythoncn/june/badge.png?branch=master

This is a forum project.

Installation

Make sure you have python2.7, pip and virtualenv installed.

NodeJS is also required to compile static assets. After NodeJS is installed. You need to install:

$ npm install -g stylus component uglify-js nib

Development

You should read the Contribution Guide first.

Start a development server:

$ git checkout your_fork_of_june
$ cd june
$ virtualenv --distribute venv
$ source venv/bin/activate
(venv)$ pip install -r requirements.txt
(venv)$ make static
(venv)$ python manager.py createdb
(venv)$ python manager.py runserver

It should be running at localhost:5000.