Skip to content
This repository was archived by the owner on Mar 24, 2024. It is now read-only.

Commit 57bb2ea

Browse files
author
Lorenz Bausch
committed
info on setting application key
1 parent 63e03b1 commit 57bb2ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Web interface for [SQLgrey](http://sqlgrey.sourceforge.net/) using the [Laravel
2323
1. grab a copy of the code (download [master.zip](https://github.com/lbausch/SQLgreyGUI/archive/master.zip) or use `git clone https://github.com/lbausch/SQLgreyGUI.git`)
2424
2. make your webserver use the `public` directory as document root
2525
3. copy `.env.example` to `.env` and adjust it to your needs (`APP_URL`, `APP_TIMEZONE`, `APP_KEY` and database settings)
26-
4. run `composer update` to install all necessary dependencies
26+
4. run `composer update` to install all necessary dependencies and set a new application key with `php artisan key:generate`
2727
5. run `php artisan migrate --force` to create the database tables
2828
6. run `php artisan db:seed --force` to create an admin user
2929
7. login with the username `admin` and the password `joh316` (you can change the password in "Settings")

0 commit comments

Comments
 (0)