User Tools

Site Tools


workstation

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
workstation [2025/03/30 12:08] – created liuxzh12023workstation [2025/03/31 03:21] (current) liuxzh12023
Line 1: Line 1:
 ==== Install SLAM Hive ==== ==== Install SLAM Hive ====
 +
 +In our github repo, we give a detailed install steps: https://github.com/SLAM-Hive/slam_hive_web/blob/main/README.md.
 +
 +Here we provide some more details during install.
 +
 +The slam-hive docker contains three containers: slam-hive-web, mysql and cadvisor, they start by docker-compose. After run docker-compose, you can see:
 +
 +<code bash>
 +373e02f9219b   eb1210707573                                          "/usr/bin/cadvisor -…"   12 days ago    Up 12 days              k8s_cadvisor-kube_slam-hive-web_default_baec3952-d2ba-4a9e-b81f-7edc5ac67c17_0
 +85b9a2c76832   daa88bea32a1                                          "flask run"               12 days ago    Up 12 days              k8s_slam-hive-web-kube_slam-hive-web_default_baec3952-d2ba-4a9e-b81f-7edc5ac67c17_0
 +d07a79ef3d88   7484689f290f                                          "docker-entrypoint.s…"   12 days ago    Up 12 days              k8s_flask-mysql-kube_slam-hive-web_default_baec3952-d2ba-4a9e-b81f-7edc5ac67c17_0
 +
 +</code>
 +
 +The Configuration, MappingTask, Evaluation and Custom analysis is the main interface if you just want to test the exist algorithms and datasets.
 +
 +
 +
workstation.1743336515.txt.gz · Last modified: 2025/03/30 12:08 by liuxzh12023