Tesis Management Application
By Kelompok II-7
Technical Documentation
System Requirement
- Linux Ubuntu 16.04 or greater
- MySQL 8.0 or greater
- Apache2 httpd / NGINX
- PHP 7.1 or greater
Installation Guide
-
Create new Database with name
tesisapp
or other -
Create new MySQL user
-
Run
cp .env.example .env
-
Set your
.env
:-
APP_NAME
with Application Name -
APP_ENV
withproduction
-
APP_DEBUG
withfalse
-
APP_URL
with current domain that have been determined -
DB_HOST
,DB_DATABASE
,DB_USER
,DB_PASSWORD
, with database configuration above
-
-
Run
composer install
-
Run
php artisan key:generate
-
Run
php artisan config:cache
-
Please make sure that your web server already configured to
public/
folder
Developers:
- Kanisius Kenneth Halim (13515008)
- Radiyya Dwisaputra (13515023)
- Muthmainnah (13515059)
- Arfinda Ilmania (13515107)
- Roland Hartanto (13515137)