Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pythoncn/june

June is a forum (Deprecated)
https://github.com/pythoncn/june

Last synced: 4 months ago
JSON representation

June is a forum (Deprecated)

Awesome Lists containing this project

README

        

June
=====

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

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.