Skip to content

Host your MATRX experiment online for user experiments from a distance.

Notifications You must be signed in to change notification settings

matrx-software/MATRX_online

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MATRX online

Dockerized version of MATRX.

Host MATRX experiments online, such that users can perform your experiment from a distance.

How to

  • Install docker image: docker build -t matrx_online:1.0 .
  • Run docker image: docker run -p 80:3000 -p 3001:3001 matrx_online:1.0
  • Visit the web gui at: localhost:80, 127.0.0.1:80, or (accessing MATRX from a different computer but connected to the same network) ip_address_of_server_running_matrx:80

Possible improvements:

  • Security key before starting experiment
  • Fix ports for multiple containers > can be done manually or via kubernetes / docker compose setup
  • Fix kubernetes setup which automatically scales and starts up new instances with port routing if needed

About

Host your MATRX experiment online for user experiments from a distance.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published