Author: Alexander Chaika [email protected]
Source link: https://bitbucket.org/manti_by/semkov/
Requirements: Docker, Python 3.5+, SQLite
Install python pip
$ sudo apt install python-pip sqlite3
Install, create and activate virtualenv
$ sudo pip install virtualenv
$ virtualenv -p python3 --no-site-packages --prompt=smk- venv
$ source venv/bin/activate
Clone sources and install pip packages
$ mkdir semkov/ && cd semkov/
$ git clone https://bitbucket.org/manti_by/semkov.git src && cd src/
$ pip install -r deploy/requirements/dev.txt
Run local dev server or prod server
$ make local
NOTICE: Before pushing your changes, run next commands
$ make check
$ make ci
To run app in production mode, clone repo, run docker and collect static
$ git clone https://[email protected]/manti_by/semkov.git
$ cd semkov/ && make prod
$ make static
Content type
Image
Digest
sha256:5e6611582…
Size
113.1 MB
Last updated
over 2 years ago
docker pull mantiby/semkov