simplified install command

This commit is contained in:
denisdulici
2019-11-21 19:36:35 +03:00
parent 8c2e12a3fa
commit 2cb3f117a5
2 changed files with 65 additions and 108 deletions

View File

@@ -30,7 +30,7 @@ Akaunting uses [Laravel](http://laravel.com), the best existing PHP framework, a
* Finally, launch the [web installer](https://akaunting.com/docs/installation) or run the following command:
```bash
php artisan install --db-host="localhost" --db-name="my_db" --db-username="my_admin" --db-password="my_pass" --company-name="My Company" --company-email="my@company.com" --admin-email="my@company.com" --admin-password="123456"
php artisan install --db-name="akaunting" --db-username="root" --db-password="pass" --admin-email="admin@company.com" --admin-password="123456"
```
## Contributing