From 789d3a7d9c884146bd5a70357dc4febd30c4c411 2016-11-25 13:56:48 From: Marcin Lulek Date: 2016-11-25 13:56:48 Subject: [PATCH] readme: updated readme --- diff --git a/README.md b/README.md index 7f3dc7f..f003c04 100644 --- a/README.md +++ b/README.md @@ -35,14 +35,16 @@ After installing the application you need to perform following steps: 2. Setup database structure: - appenlight-migrate-db -c FILENAME.ini + appenlight-migratedb -c FILENAME.ini 3. To configure elasticsearch: appenlight-reindex-elasticsearch -t all -c FILENAME.ini -4. Create base database objects +4. Create base database objects + + (run this command with help flag to see how to create administrator user) appenlight-initializedb -c FILENAME.ini