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

June is a forum (Deprecated)

License

Notifications You must be signed in to change notification settings

pythoncn/june

Repository files navigation

June

https://travis-ci.org/pythoncn/june.png?branch=masterhttps://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.

About

June is a forum (Deprecated)

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published

Contributors 14