Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,14 @@
Prior to running gust to initialize the database and Kyte, make sure the `config.php` as been created and the required database information supplied. Once `config.php` has been created and the minimal required information supplied, you are ready to initialize the database by running:

```
gust init db
php gust.php
```

The command above will prompt you with a series of questions. Once you have provided your answers, you will be ready to execute the command provided below.


```
php gust.php init db
```

Once the database initialized successfully, it is time to create a root account (master admin) using the following command:
Expand Down