Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MacOS installation instructions #327

Open
iBicha opened this issue Jan 13, 2023 · 2 comments
Open

MacOS installation instructions #327

iBicha opened this issue Jan 13, 2023 · 2 comments
Labels
question Further information is requested

Comments

@iBicha
Copy link
Contributor

iBicha commented Jan 13, 2023

Going through installation instructions for Mac, I see few issues (perhaps docs might use a refresh)

1

this does not work

brew install shards crystal postgres imagemagick librsvg

it needs to be

brew install crystal postgresql imagemagick librsvg

2

Need to call createdb for the first time before creating role kemal (before psql -c "CREATE ROLE kemal WITH PASSWORD 'kemal';")

3

psql invidious kemal < config/sql/channels.sql causes a role "kemal" is not permitted to log in error
https://stackoverflow.com/questions/35254786/postgresql-role-is-not-permitted-to-log-in

4

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

@unixfox
Copy link
Member

unixfox commented Jan 13, 2023

@unixfox unixfox added the question Further information is requested label May 13, 2023
@Kai-Toyata
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants