This repositoriy includes a simple Vagrant+Docker environment to setup an ActiDoo Gamification engine.
Required software:
Once the dependencies are installed run from the terminal:
$ git clone https://github.com/imartinezortiz/actidoo-gamification-engine-docker.git
$ vagrant up
It takes some time (few minutes) the first time the VM is launched because docker must pull and build the images. You can check the logs of the docker compose by, running:
$ vagrant ssh
vagrant@vagrant $ docker ps
vagrant@vagrant $ cd /opt/docker/compose/actidoo/
vagrant@vagrant $ docker-compose logs
To stop the server just run:
$ vagrant halt
The vagrant VM exposes the following NATed ports:
- 8081: Listens the actidoo server.
- 8082: Listens the Adminer DB frontend.
- System: PostgreSQL
- Server: db
- Username: gengine
- Password: genegine
- Database: gengine