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
+4-5Lines changed: 4 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,6 @@ SQLgreyGUI
3
3
4
4
Web interface for [SQLgrey](http://sqlgrey.sourceforge.net/) using the [Laravel 5](http://laravel.com/) Framework.
5
5
6
-
7
6
## Features
8
7
* Dashboard: quick overview of emails / domains in greylist, whitelist, opt-out and opt-in
9
8
* Greylist: delete entries or move them to the whitelist
@@ -23,12 +22,12 @@ Web interface for [SQLgrey](http://sqlgrey.sourceforge.net/) using the [Laravel
23
22
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
23
2. make your webserver use the `public` directory as document root
25
24
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
29
28
7. login with the username `admin` and the password `joh316` (you can change the password in "Settings")
0 commit comments