Skip to content

Instantly share code, notes, and snippets.

@revygabor
revygabor / setup_jobe.md
Created October 6, 2025 11:30
How to setup the jobe server for edu.vik.bme.hu
  1. get a VM
  2. SSH into it
  3. install docker: https://docs.docker.com/engine/install/ubuntu/#install-using-the-repository
  4. log out, log in (SSH)
  5. create the jobeinabox docker: https://hub.docker.com/r/trampgeek/jobeinabox/ use: Building and running your own image locally section
  6. open port 8080 on VM --> you get something like http://vm.provider.cloud.bme.hu:<> for debugging purposes you can also open the (host) port you published the docker to (with docker run ... -p PORT:80 ...)
  7. test: Using jobeinabox section
  8. install libraries: