diegoarigony / sublimall-server

Server behind Sublimall SublimeText plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Server behind Sublimall SublimeText plugin

License:MIT License