Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 826 Bytes

README.rst

File metadata and controls

38 lines (26 loc) · 826 Bytes

Sublimall

https://coveralls.io/repos/socketubs/sublimall-server/badge.png https://badges.gitter.im/socketubs/Sublimall.png

Sublimall is Python 3 server behind Sublimall SublimeText plugin.

Installation

git clone https://github.com/socketubs/sublimall-server.git
cd sublimall-server
virtualenv-3 virtenv
source virtenv
pip install -r requirements.txt
python manage.py migrate
python manage.py createsuperuser
python manage.py runserver

Tests

Sublimall server is tested at ~90% coverage.

pip install coverage
make coverage
firefox htmlcov/index.html