Documentation to integrate a game using eole-api and eole-angular.
You'll need
- git
- docker
- docker-compose
Clone both eole-api and eole-angular repositories.
git clone git@github.com:eole-io/eole-api.git
git clone git@github.com:eole-io/eole-angular.git
Then, run make
in each of them.
cd eole-api/
make
cd ../
cd eole-angular/
make
cd ../
Note: You'll probably need to run in
eole-api/
:
chown -R GROUP:USER .
and/orchown -R 777 var/cache var/logs var/oauth-tokens
The install is done.
Using default docker configuration, you'll have access to each of them urls:
What | url |
---|---|
Eole front application | http://0.0.0.0:8580 |
Eole Api | http://0.0.0.0:8480/api-docker.php/api/games |
Api Symfony profiler | http://0.0.0.0:8480/api-docker.php/_profiler/ |
PHPMyAdmin (root / root ) |
http://0.0.0.0:8481 |
Websocket server | ws://0.0.0.0:8482 |