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

Commit 988f9eb

Browse files
committed
update README
1 parent ff33964 commit 988f9eb

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ SQLgreyGUI
33

44
Web interface for [SQLgrey](http://sqlgrey.sourceforge.net/) using the [Laravel 5](http://laravel.com/) Framework.
55

6-
76
## Features
87
* Dashboard: quick overview of emails / domains in greylist, whitelist, opt-out and opt-in
98
* Greylist: delete entries or move them to the whitelist
@@ -23,12 +22,12 @@ Web interface for [SQLgrey](http://sqlgrey.sourceforge.net/) using the [Laravel
2322
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`)
2423
2. make your webserver use the `public` directory as document root
2524
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 and set a new application key with `php artisan key:generate`
27-
5. run `php artisan migrate --force` to create the database tables
28-
6. run `php artisan db:seed --force` to create an admin user
25+
4. run `composer install` to install all necessary dependencies
26+
5. set a new application key with `php artisan key:generate`
27+
6. run `php artisan migrate --seed --force` to create the database tables and an admin user
2928
7. login with the username `admin` and the password `joh316` (you can change the password in "Settings")
3029

3130

3231
## Screenshots
3332
![Dasboard](/../screenshots/dashboard.png?raw=true "Dashboard")
34-
![Auto-Whitelist](/../screenshots/auto-whitelist.png?raw=true "Auto-Whitelist")
33+
![Auto-Whitelist](/../screenshots/auto-whitelist.png?raw=true "Auto-Whitelist")

0 commit comments

Comments
 (0)