Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ledgerleapllc authored May 4, 2022
1 parent 9b8f555 commit 5ccaefb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ You may also have to authorize Laravel to write to the storage directory
sudo chown -R www-data:www-data storage/
```

Last, you need to setup roles and admins to start using the portal and see it work. Visit the URL of the backend with the path **/install**. This will install these things for you. You will find your admin credentials generated in the Laravel log file. You may want to disable this endpoint after the initial install to prevent this install endpoint from being used again if you are planning on deploying to a production environment in the future. This is easily done by switching ENV variable **INSTALL_PATH_ENABLED** to 0, or false. You may need to run the following command if Laravel caching is on.
Last, you need to setup emailers to start using the portal and see it work. Visit the URL of the backend with the path **/install-emailer**. This will install these things for you.

```bash
php artisan config:clear
Expand Down

0 comments on commit 5ccaefb

Please sign in to comment.