Skip to content

Latest commit

 

History

History
43 lines (33 loc) · 1.18 KB

File metadata and controls

43 lines (33 loc) · 1.18 KB

ActiDoo Vagrant+Docker environment

This repositoriy includes a simple Vagrant+Docker environment to setup an ActiDoo Gamification engine.

Installation

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

Using the gamification engine

The vagrant VM exposes the following NATed ports:

Adminer connection settings

  • System: PostgreSQL
    • Server: db
    • Username: gengine
    • Password: genegine
    • Database: gengine