- Clone or download the repo
- Install Docker Desktop
- Navigate to the root directory of the project
- Run
docker build -t module-repository-tool .
- Run
docker-compose up --build
- Migrate the database:
And in the same console:
docker exec -it php bash
php artisan migrate
- Run http://127.0.0.1:8080/
- Clone or download the repo
- Download and install Composer
- Install Laravel:
composer global require "laravel/installer=~1.1"
- Run the Web server of your choice (XAMPP, Nginx etc.)
- Navigate to the /app directory of the project and run the following commands in this order:
- Run
composer install
- Migrate the database:
php artisan migrate
- Run
php artisan serve
- Run http://127.0.0.1:8000/
Licensed under the Apache, Version 2.0 license.