Skip to content

Installation

Introduction

To install OTAS after making sure your machine has all the requirements you need to first have the project. you can clone the project from the git repo

git clone https://gitlab.com/oktamam/otas.git

Copy and Set your environments variables

cp .env.example .env

Install required dependencies using composer while installing you may need composer private repositories credentials. if you needed try to contact the PM for it

composer install

Finally, you need to have a database dump as no migrations for the old tables. try to have it from a collage or contact with the PM.

Now you are all set and can run the serve the application.

php artisan serve