Skip to content

imartinezortiz/actidoo-gamification-engine-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

ActiDoo Gamification Engine Vagrant+Docker environment

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages