X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/96390ae52c2017ae4fb9a61831beeb68c808a2f6..07331350ad3e880d9e0260dc061187a151c253c7:/README.md diff --git a/README.md b/README.md index 4127035eb..45c7e4e23 100644 --- a/README.md +++ b/README.md @@ -23,20 +23,19 @@ License Dependencies ============ - * Python 2.7 + * Python 3.4+ * All packages listed in requirements.txt * Sass>=3.2 How to deploy (development version) ============= -1. Checkout the source code from Github and enter the directory +1. Checkout the source code from Git and enter the directory 2. Install libraries (we recommend using pip): 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. +3. Setup your local configuration in src/wolnelektury/localsettings.py. You need to generate a new SECRET_KEY, database stuff and domain related stuff. 4. Populate database: ./manage.py migrate