mirror of
https://gitea.invidious.io/iv-org/documentation.git
synced 2024-08-15 00:53:34 +00:00
Clone repo before PostgreSQL setup
The PostgreSQL setup uses config files from the repo.
This commit is contained in:
parent
de4d83b3f3
commit
081d3d6bf7
1 changed files with 7 additions and 2 deletions
|
@ -180,6 +180,13 @@ brew update
|
||||||
brew install crystal postgresql imagemagick librsvg
|
brew install crystal postgresql imagemagick librsvg
|
||||||
```
|
```
|
||||||
|
|
||||||
|
#### Clone the Invidious repository
|
||||||
|
|
||||||
|
```bash
|
||||||
|
git clone https://github.com/iv-org/invidious
|
||||||
|
cd invidious
|
||||||
|
```
|
||||||
|
|
||||||
#### Set up PostgresSQL
|
#### Set up PostgresSQL
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
@ -202,8 +209,6 @@ psql invidious kemal < config/sql/playlist_videos.sql
|
||||||
#### Set up Invidious
|
#### Set up Invidious
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/iv-org/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
|
cp config/config.example.yml config/config.yml
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue