-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathreadme_guide.txt
66 lines (46 loc) · 3.89 KB
/
readme_guide.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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
--------------------
ITP_MLB_G9_13
--------------------
== Installation ==
1. Download & Install XAMPP. (Not needed if you already have PHP installed)
https://www.apachefriends.org/index.html
2. Download & Install Composer
https://getcomposer.org/download/
3. Import the Database to MySQL. (Inside the /database/Dump20190927 folder)
4. Open 'peters place' folder and edit the .env file to match your database settings (Username, Password etc.)
5. Open CMD and go to the 'peters place' folder.
6. Run this command.
php artisan serve
7. Server will start on your localhost.
Email:- [email protected]
Password:- admin
== Error Fixing ==
If you get an error saying autoload.php is not found, run these commands in the ''peters place' folder.
composer install
If you get an error saying server encryption method is different, run these commands.
php artisan key:generate
php artisan config:cache
== Help ==
If any other errors, please open a new issue on Github.
https://github.com/TharindaNimnajith/peters_place
== Team - MLB_G9_13 ==
===============================================================================================================
| IT Number | Name | Function |
===============================================================================================================
| IT18143614 | Kavindi Gunasinghe U.L.D | Front office Management |
---------------------------------------------------------------------------------------------------------------
| IT18135862 | Wattegedara S.L | Event Management |
---------------------------------------------------------------------------------------------------------------
| IT18140262 | Visna Oshani Jayasinghe | Finance Management |
---------------------------------------------------------------------------------------------------------------
| IT18149654 | Rajapaksha T.N | Room reservation and Room Management |
---------------------------------------------------------------------------------------------------------------
| IT18124590 | Parana Liyanage T.L | Supplier Management |
---------------------------------------------------------------------------------------------------------------
| IT18153682 | Gajasinghe A.N | HR Management |
---------------------------------------------------------------------------------------------------------------
| IT18093124 | D.H.L.Amarasinghe | Housekeeping Management |
---------------------------------------------------------------------------------------------------------------
| IT18151770 | C.A.J.P.Chandranath | Inventory Management |
===============================================================================================================
Thank you.