mirror of
https://github.com/orangecoding/fredy.git
synced 2026-06-16 12:31:07 +00:00
Merge branch 'master' of github.com:orangecoding/fredy
This commit is contained in:
11
README.md
11
README.md
@@ -45,6 +45,11 @@ Fredy is proudly backed by the **JetBrains Open Source Support Program**.
|
|||||||
|
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
|
|
||||||
|
## 👨🏫 Demo
|
||||||
|
You can try out Fredy here: [Fredy Demo](https://fredy-demo.orange-coding.net/)
|
||||||
|
|
||||||
|
------------------------------------------------------------------------
|
||||||
|
|
||||||
## 🚀 Quick Start
|
## 🚀 Quick Start
|
||||||
|
|
||||||
### With Docker
|
### With Docker
|
||||||
@@ -53,7 +58,11 @@ Fredy is proudly backed by the **JetBrains Open Source Support Program**.
|
|||||||
> In order to start Fredy, you must provide a config.json. As a start, use the one in this repo: https://github.com/orangecoding/fredy/blob/master/conf/config.json
|
> In order to start Fredy, you must provide a config.json. As a start, use the one in this repo: https://github.com/orangecoding/fredy/blob/master/conf/config.json
|
||||||
|
|
||||||
``` bash
|
``` bash
|
||||||
docker run -d --name fredy -v fredy_conf:/conf -p 9998:9998 ghcr.io/orangecoding/fredy:master
|
docker run -d --name fredy \
|
||||||
|
-v fredy_conf:/conf \
|
||||||
|
-v fredy_db:/db \
|
||||||
|
-p 9998:9998 \
|
||||||
|
ghcr.io/orangecoding/fredy:master
|
||||||
```
|
```
|
||||||
|
|
||||||
Logs:
|
Logs:
|
||||||
|
|||||||
Reference in New Issue
Block a user