mirror of
https://github.com/iv-org/documentation.git
synced 2025-01-03 11:30:52 -05:00
Add the missing steps to copy and configure config.yml for manual installations (#289)
This commit is contained in:
parent
944e0f3cb2
commit
ddaf83d733
@ -167,6 +167,8 @@ su - invidious
|
|||||||
cd invidious
|
cd invidious
|
||||||
shards install --production
|
shards install --production
|
||||||
crystal build src/invidious.cr --release
|
crystal build src/invidious.cr --release
|
||||||
|
cp config/config.example.yml config/config.yml
|
||||||
|
# Configure config/config.yml how you want
|
||||||
exit
|
exit
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -217,6 +219,8 @@ git clone https://github.com/iv-org/invidious
|
|||||||
cd invidious
|
cd invidious
|
||||||
shards install --production
|
shards install --production
|
||||||
crystal build src/invidious.cr --release
|
crystal build src/invidious.cr --release
|
||||||
|
cp config/config.example.yml config/config.yml
|
||||||
|
# Configure config/config.yml how you want
|
||||||
```
|
```
|
||||||
|
|
||||||
Note: If the command `crystal build` didn't work properly, you can build Invidious without lsquic may solve compatibilities issues:
|
Note: If the command `crystal build` didn't work properly, you can build Invidious without lsquic may solve compatibilities issues:
|
||||||
|
Loading…
Reference in New Issue
Block a user