X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/0bd2c341a8b55f817c2e193a6c4658d52ef95961..6f243b8bce43513bfbde89071868c688beb8bc9a:/README.md diff --git a/README.md b/README.md index 863593e97..ec89cd71d 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ License Dependencies ============ + * Python 2.7 * All packages listed in requirements.txt * Sass>=3.2 @@ -32,13 +33,12 @@ How to deploy (development version) 1. Checkout the source code from Github and enter the directory 2. Install libraries (we recommend using pip): - pip install -r requirements.txt + pip install -r requirements/requirements.txt git submodule update --init 3. Setup your local configuration based on settings.py. You need to generate a new SECRET_KEY, database stuff and domain related stuff. 4. Populate database: - ./manage.py syncdb ./manage.py migrate 5. Run the server @@ -88,3 +88,9 @@ Authors ======= * Marek Stępniowski * Łukasz Rekucki + * Radek Czajka + * Łukasz Anwajler + * Marcin Koziej + * Aleksander Łukasz + * Jan Szejko + * Mariusz Machuta