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