pythoncn / june

June is a forum (Deprecated)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

June

image

image

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.

About

June is a forum (Deprecated)

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 61.6%Language:HTML 31.3%Language:CSS 4.4%Language:JavaScript 1.2%Language:Makefile 1.2%Language:Mako 0.3%