-
Notifications
You must be signed in to change notification settings - Fork 1
/
UserManual.txt
27 lines (17 loc) · 1.12 KB
/
UserManual.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Hello..
This is a project for my Database Lab course.
To run this project please follow the following instructions
1. First of all you should have composer installed in your machine. If its not already installed go to this link https://laravel.com/docs/4.2/installation#install-composer and install composer.
2. Project need a database named GdOnline in localhost. So make sure you have a database named so.
You can always change the database name, server name and password in GdOnline/app/config/database.php directory.
3. For server name and password go to GdOnline/app/config/database.php directory and edit your server environment.
4. Open command window in the project root directory (/Github/GdOnline) and run command
:: php artisan migrate
:: php artisan db:seed
5. After completion, run command
:: php artisan serve
6. And you are good to go. :) Go to http://localhost:8000
7. A default user is set for testing. email: [email protected] password: 12345
8. To enter admin facility login with email: [email protected] password: 12345
9. After logged in as super admin you can create admins of level 1/2/3. :)
Thanks a lot.