mirror of
https://gitlab.com/little-lines/frontend.git
synced 2024-11-22 04:16:51 +00:00
Add setup guide
This commit is contained in:
parent
3adc02d768
commit
61f5f1e6e0
1 changed files with 7 additions and 0 deletions
|
@ -1,6 +1,13 @@
|
||||||
# Little Lines
|
# Little Lines
|
||||||
|
|
||||||
|
Quick setup via Podman/Docker
|
||||||
|
|
||||||
|
```
|
||||||
|
git clone https://gitlab.com/openKMITL/micromobility-navigation.git
|
||||||
|
cd micromobility-navigation
|
||||||
|
podman build -t littlelines:20230720 .
|
||||||
|
podman run --name littlelines -p 8080:80 -d littlelines:20230720
|
||||||
|
```
|
||||||
|
|
||||||
## Getting started
|
## Getting started
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue