Добавлены иструкции по установке.

This commit is contained in:
Jack Stdin
2016-02-13 23:32:03 +03:00
parent 9b8cdf5ad1
commit c2a89956b1
3 changed files with 68 additions and 6 deletions

18
aore/config/prod.py Normal file
View File

@@ -0,0 +1,18 @@
# -*- coding: utf-8 -*-
from __future__ import absolute_import
from .common import *
sphinx_conf.host_name = "localhost"
sphinx_conf.port = 9312
sphinx_conf.var_dir = "/var/sphinx"
db_conf.database = "postgres"
db_conf.host = "localhost"
db_conf.port = 5432
db_conf.user = "postgres"
db_conf.password = "postgres"
unrar_config.path = "unrar"
folders.temp = "/tmp/py-fias"