
Getting a development installation up and running is now even easier than before.
SeAT 3.0 will be profit from the extensive functionality of docker-compose.
Simply download the latest dev-docker files, run bash prepare-source.sh and finally docker-compose up -d.
installation
git clone https://github.com/eveseat/scripts.git /var/seatcd /var/seat/docker-compose-devbash prepare-source.shdocker-compose --project-name seat-dev up -d
In order to have a running test-enviroment you must create an Application on
CCP-Developers. Select all esi-scopes and save EVE_CLIENT_ID and
EVE_CLIENT_SECRET in .env.
usage
you can now access your Dev-Enviroment via port 8080: http://localhost:8080.
helpful stuff
- If you need access to console (f.e. to run
php artisan) you can access it viadocker exec -it seat-app sh