Open iBicha opened 1 year ago
feel free to open a PR: https://github.com/iv-org/documentation/blob/master/docs/installation.md
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
error https://stackoverflow.com/questions/35254786/postgresql-role-is-not-permitted-to-log-in4
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