-
Notifications
You must be signed in to change notification settings - Fork 100
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
Tutorial: Set up on Linux server #139
Comments
There's a |
Thanks! Also, I see that the server already is using particular directories when running |
Good point! |
Wait, is nightly still required? It was needed for Rocket, but that's no longer used. |
I got an error when I tried to build with
|
I mean, |
That's true, either way Ubuntu will require a person to get cargo either through rustup.rs or through the snap packages. I updated the tutorial! I think it's good enough to be combined into a |
I someone wants to access this from behind a reverse proxy like Sozu, I can provide an example config |
Might be worth pasting it to #118, someone could make a PR out of that thread. |
Thank you for putting this together! It is a good idea to describe an example installation for a typical system with I think steps 2 and 3 could be simplified by using a release tarball instead of cloning master. The releases include a compatible build of the web client and also a makefile which can simplify build and installation (see details). Edit: recent changes to the |
Tested with Ubuntu 21.04
1: Get nightly rust from rustup.rs
2: Get dependencies and build
3: Install
4: Configure
5: Enable and start the service (paste the entire thing into the terminal)
6: Navigate to
<your-ip>:5050
The text was updated successfully, but these errors were encountered: