v/pol
1
0
mirror of https://github.com/taroved/pol synced 2025-05-29 12:30:09 -07:00
This commit is contained in:
Alexandr Nesterenko 2016-07-21 13:02:04 -07:00
parent 4e13a722d8
commit 1d1f8f905e

View File

@ -1,8 +1,9 @@
== Installation of development server ## Installation of development server for Ubuntu and Debian
Install required packages Install required packages
```
sudo apt-get install python-minimal libmysqlclient-dev libxml2-dev libxslt-dev python-dev libffi-dev gcc libssl-dev gettext sudo apt-get install python-minimal libmysqlclient-dev libxml2-dev libxslt-dev python-dev libffi-dev gcc libssl-dev gettext
```
Install pip Install pip
``` ```
@ -55,7 +56,7 @@ Create django config
cp pol/frontend/frontend/settings.py.example pol/frontend/frontend/settings.py cp pol/frontend/frontend/settings.py.example pol/frontend/frontend/settings.py
``` ```
== Run servers ## Run servers
Run downloader server Run downloader server
``` ```
@ -70,3 +71,4 @@ pushd pol/frontend
python manage.py runserver python manage.py runserver
popd popd
``` ```