Skip to content

nulitype/june

This branch is up to date with lepture/june:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

97a5a8e · May 18, 2013
Feb 18, 2013
Feb 21, 2013
May 18, 2013
May 18, 2013
May 15, 2013
Apr 8, 2013
May 4, 2013
May 6, 2013
Jan 4, 2013
Apr 19, 2013
May 4, 2013
May 13, 2013
May 13, 2013
Apr 19, 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.

Development

You should read the Contribution Guide first.

To start development server:

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

It should be running at localhost:5000.

Trouble shooting

If you encounter build failure when trying to install gevent and get error saying "event.h" not found. You need to install libevent before installing gevent again.

On Mac OS X with homebrew, you can simply do:

brew install libevent

Packages

No packages published

Languages

  • Python 83.8%
  • Makefile 7.9%
  • CSS 6.6%
  • Shell 1.3%
  • JavaScript 0.4%