You are on page 1of 4

1

Tools and Equipment


Monitoring System
System Overview

Let’s Get Started


System Requirements

In order to use the system, it is important to download all the software or program below:

1. Web Browser (Google Chrome - Recommended)


2. PHP Version 7.3
3. Xampp
4. Composer
5. Laravel
2
Installation

It is important to install all the software above before proceeding to installation of the
system.

1. Copy the “tems” folder to “htdocs” folder.


a. In the attached flash driver, copy the tems folder to the htdocs folder.
b. If the content in the flash drive is missing, you may download the source code in
www.github.com/abriveraaa/tems
2. Open command prompt, change the directory to the project name “tems”. Please make
sure that the folder name is “tems” before copying to the htdocs.
a. Type cd C:\xampp\htdocs\tems

3. Copy .env.example to .env file


3
a. Type copy .env.example .env

b. Create a database in your chosen RDBMS.


c. Update your .env file with the credentials you created in your RDBMS.
4. Run composer install
a. Type run composer install to install all the dependencies used in the system. It is
important to install all the dependencies to use the system properly.
5. Run php artisan key:generate
a. Type php artisan key:generate to generate a system key.
6. Run php artisan migrate --seed
a. Use this command to migrate the database tables.
b. There are default login credentials after running the command.
i. Username: administrator@tems.com Password: password
ii. Username: assistant@tems.com Password: password
7. Run php artisan serve
4
a. Copy the address it will display in the web browser.

You might also like