Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/pythoncn/june
- Owner: pythoncn
- License: bsd-3-clause
- Archived: true
- Created: 2012-03-02T13:11:17.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2022-09-15T20:20:41.000Z (over 2 years ago)
- Last Synced: 2024-09-21T21:30:55.498Z (4 months ago)
- Language: Python
- Homepage:
- Size: 1.87 MB
- Stars: 1,088
- Watchers: 82
- Forks: 373
- Open Issues: 8
-
Metadata Files:
- Readme: README.rst
- Contributing: CONTRIBUTING.md
- License: License
Awesome Lists containing this project
- awesome-flask - June - ~~python-china.org~~ (Built with Flask)
- awesome-flask - June - ~~python-china.org~~ (Built with Flask)
- awesome-flask - June - ~~python-china.org~~ (Built with Flask)
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/juneThis 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 runserverIt should be running at localhost:5000.