Updated folder structrue and README
This commit is contained in:
parent
81a1911b80
commit
30281d2244
|
|
@ -3,11 +3,12 @@ First working TCP SIA-DC09 logger. Logs to mariadb.
|
||||||
No frontend, just a backend with mariadb and a TCP server that parses SIA-DC09 protocol data.
|
No frontend, just a backend with mariadb and a TCP server that parses SIA-DC09 protocol data.
|
||||||
|
|
||||||
How to run:
|
How to run:
|
||||||
|
```
|
||||||
1. Install docker and docker compose.
|
1. Install docker and docker compose.
|
||||||
2. Modify docker-compose.yml to fit your needs, remember to change passwords!
|
2. Modify docker-compose.yml to fit your needs, remember to change passwords!
|
||||||
3. Run "docker compose build --no-cache" in root directory.
|
3. Run "docker compose build --no-cache" in root directory.
|
||||||
4. Run "docker compose up -d" to start
|
4. Run "docker compose up -d" to start
|
||||||
|
```
|
||||||
Current folder structure:
|
Current folder structure:
|
||||||
```
|
```
|
||||||
├── backend
|
├── backend
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue