https://github.com/kanghyojun/soran2
https://github.com/kanghyojun/soran2
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/kanghyojun/soran2
- Owner: kanghyojun
- Created: 2015-03-21T08:28:20.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-05-31T12:30:06.000Z (about 11 years ago)
- Last Synced: 2025-02-09T10:29:36.908Z (over 1 year ago)
- Language: Python
- Size: 212 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# soran
## table of contents
- [installation](#installation)
- [Prerequisites](#prerequisites)
- [dependencies](#dependencies)
## installation
### Prerequisites
$ npm install -g grunt-cli
$ npm install
$ grunt selenium:download
### dependencies
$ pip install .
## run server
$ cp exam.cfg.py.dist exam.cfg.py
$ soran -c exam.cfg.py upgrade
$ soran -c exam.cfg.py runserver
## db migration
$ soran -c exam.cfg.py revision -m "your message"