4.6.1 Docker Version

It is possible to install GameLet at your school. You may want to consider this option in the event that we are unable to meet your request of providing ready-to-use access.

Please keep in mind that the installation of this program requires expert level technical skills. Moreover, we are unable to provide technical assistance. Should you have the technical skills for this task, we do provide a Docker compose file (e.g., a database with most of the configuration automatically set up).

 

Steps to get a docker version running:

  1. Linux based web server & domain (+ssl keys) required
  2. Follow instructions on https://docs.docker.com/engine/install/ to install docker engine on your operating system
  3. Also install docker-compose: https://docs.docker.com/compose/install/
  4. Clone gamelet git repository to your desired location using the following command:
       sudo git clone https://gitlab.hsrw.eu/anabela.parente/game-let-environment
  5. Copy your sll keys into gameletrecordingstudio/private folder
  6. Open nodeapp.env in docker/env/ and replace the values of SSL_KEY, SSL_CERT and SSL_CA with the names of your ssl keys
  7. RUN docker-compose up --build

 

 

Application will now run at port 3000.
You can also define a custom port in the before mentioned nodeapp.env file.