mirror of
https://github.com/iv-org/invidious.git
synced 2025-07-30 09:18:28 +00:00
Rewrite comment about database user and import
This commit is contained in:
parent
629b0a8b41
commit
d8e1c39efb
2
setup.sh
2
setup.sh
@ -3,7 +3,7 @@
|
|||||||
dbpass=$(openssl rand -hex 20)
|
dbpass=$(openssl rand -hex 20)
|
||||||
|
|
||||||
createdb invidious
|
createdb invidious
|
||||||
#createuser kemal
|
# create database user and import templates
|
||||||
psql -c "CREATE USER kemal WITH PASSWORD '$dbpass';"
|
psql -c "CREATE USER kemal WITH PASSWORD '$dbpass';"
|
||||||
psql invidious < config/sql/channels.sql
|
psql invidious < config/sql/channels.sql
|
||||||
psql invidious < config/sql/videos.sql
|
psql invidious < config/sql/videos.sql
|
||||||
|
Loading…
Reference in New Issue
Block a user