Update setup instructions

This commit is contained in:
Omar Roth
2018-01-28 20:31:35 -06:00
parent 2c50bc2bbd
commit a7a66e1c0d
3 changed files with 46 additions and 14 deletions

6
setup.sh Executable file
View File

@@ -0,0 +1,6 @@
#!/bin/bash
dropdb invidious
createdb invidious
psql invidious < videos.sql