Skip to content

Commit e8ae682

Browse files
committed
Add cachet:make:user step. Closes #12
1 parent a225f3b commit e8ae682

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

v3.x/installation.mdx

+6
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,12 @@ If you are looking to migrate from Cachet v2.x, please refer to the [migration g
7979
```
8080
</Step>
8181
<Step title="Step 9">
82+
Create the first user by following the prompts:
83+
```bash
84+
php artisan cachet:make:user
85+
```
86+
</Step>
87+
<Step title="Step 10">
8288
Enable the scheduler by adding the following cron entry:
8389
```bash /etc/crontab
8490
* * * * * php /path/to/cachet/artisan schedule:run >> /dev/null 2>&1

0 commit comments

Comments
 (0)