- this laravel / voyager project is the frontend for the emotico media service
- linux
- installed docker
- installed docker-compose version 2 (>1.6)
- composer
- clone project
docker-compose-up -d
- change to application
composer install
php artisan voyager:install
php artisan db:seed --class=EmoticoDatabaseSeeder
- surf to http://localhost:8080
- there are some basic unit and integrationtests
- change to laradock/application
- install emotico project
- configure mediaconverter section in .env file
./vendor/bin/phpunit tests