diff --git a/backend/README.md b/backend/README.md index d5e4d19..e05e931 100644 --- a/backend/README.md +++ b/backend/README.md @@ -35,25 +35,25 @@ After installing the application you need to perform following steps: 1. (optional) generate production.ini (or use a copy of development.ini) - appenlight-make-config production.ini + appenlight-make-config production.ini 2. Setup database structure: - appenlight-migratedb -c FILENAME.ini + appenlight-migratedb -c FILENAME.ini 3. To configure elasticsearch: - appenlight-reindex-elasticsearch -t all -c FILENAME.ini + appenlight-reindex-elasticsearch -t all -c FILENAME.ini 4. Create base database objects (run this command with help flag to see how to create administrator user) - appenlight-initializedb -c FILENAME.ini + appenlight-initializedb -c FILENAME.ini 5. Generate static assets - appenlight-static -c FILENAME.ini + appenlight-static -c FILENAME.ini Running application ===================