You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
psql invidious kemal < config/sql/privacy.sql
> zsh: no such file or directory: config/sql/privacy.sql
5
In ** Set up Invidious**, there's a git clone https://github.com/iv-org/invidious, but that's strange, since we already would have cloned this for previous steps
The text was updated successfully, but these errors were encountered:
The macOS installation instructions are very outdated and poor. I am trying to install it now and will update the docs but I've encountered
Unhandled exception: Error opening file with mode 'r': 'assets/videojs/video.js/versions.yml': No such file or directory (File::NotFoundError)
While running the install script. Docker wasn't working either due to authentication issues.
Going through installation instructions for Mac, I see few issues (perhaps docs might use a refresh)
1
this does not work
it needs to be
2
Need to call
createdb
for the first time before creating role kemal (beforepsql -c "CREATE ROLE kemal WITH PASSWORD 'kemal';"
)3
psql invidious kemal < config/sql/channels.sql
causes arole "kemal" is not permitted to log in
errorhttps://stackoverflow.com/questions/35254786/postgresql-role-is-not-permitted-to-log-in
4
5
In ** Set up Invidious**, there's a
git clone https://github.com/iv-org/invidious
, but that's strange, since we already would have cloned this for previous stepsThe text was updated successfully, but these errors were encountered: