doc rename
This commit is contained in:
parent
b59adba472
commit
cf540c08df
@ -8,7 +8,8 @@
|
||||
---
|
||||
## 📡 Run the studio instance
|
||||
|
||||
### with docker run (for test)
|
||||
### with docker run
|
||||
> Not suitable for production use because it won't survive a reboot but it's ok for quick testing
|
||||
```bash
|
||||
# (Optional) Install docker if needed
|
||||
curl -sSL get.docker.com | sh && sudo usermod -aG docker $(whoami) && logout # then login again
|
||||
@ -67,7 +68,8 @@ cp .env.dist .env
|
||||
- Server configuration is editable in `.env` file.
|
||||
- Application configuration will be available at `http://localhost:5000/settings` page after run.
|
||||
|
||||
#### Start server (for test)
|
||||
#### Start server
|
||||
> Not suitable for production use because it won't survive a reboot but it's ok for quick testing
|
||||
```bash
|
||||
python ./obscreen.py
|
||||
```
|
||||
|
||||
@ -22,7 +22,8 @@ curl -fsSL https://raw.githubusercontent.com/jr-k/obscreen/master/system/install
|
||||
---
|
||||
## 📡 Run the studio instance
|
||||
|
||||
### with docker run (for test)
|
||||
### with docker run
|
||||
> Not suitable for production use because it won't survive a reboot but it's ok for quick testing
|
||||
```bash
|
||||
# (Optional) Install docker if needed
|
||||
curl -sSL get.docker.com | sh && sudo usermod -aG docker $(whoami) && logout # then login again
|
||||
@ -84,7 +85,8 @@ cp .env.dist .env
|
||||
- Server configuration is editable in `.env` file.
|
||||
- Application configuration will be available at `http://raspberrypi.local:5000/settings` page after run.
|
||||
|
||||
#### Start server (for test)
|
||||
#### Start server
|
||||
> Not suitable for production use because it won't survive a reboot but it's ok for quick testing
|
||||
```bash
|
||||
python ./obscreen.py
|
||||
```
|
||||
|
||||
Loading…
Reference in New Issue
Block a user