You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 24, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ Web interface for [SQLgrey](http://sqlgrey.sourceforge.net/) using the [Laravel
23
23
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`)
24
24
2. make your webserver use the `public` directory as document root
25
25
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`
27
27
5. run `php artisan migrate --force` to create the database tables
28
28
6. run `php artisan db:seed --force` to create an admin user
29
29
7. login with the username `admin` and the password `joh316` (you can change the password in "Settings")
0 commit comments