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

How do I compile and install this? #10

Closed
daemonspudguy opened this issue Aug 3, 2021 · 2 comments
Closed

How do I compile and install this? #10

daemonspudguy opened this issue Aug 3, 2021 · 2 comments

Comments

@daemonspudguy
Copy link

There's no documentation. How do I build this?

@mctofu
Copy link
Owner

mctofu commented Aug 3, 2021

Thanks for asking! Here's the basic steps.

To build the server executable run this from the repo root:
go build -o musiclib-grpc-server ./cmd/server

To configure paths to your media files use the MUSICLIB_ROOT_PATHS environment variable.
MUSICLIB_ROOT_PATHS=/path/to/media1,/path/to/media2 ./musiclib-grpc-server

@daemonspudguy
Copy link
Author

Thank you!

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

No branches or pull requests

2 participants