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

installing w/o Docker #3

Open
valantur opened this issue Jul 20, 2023 · 3 comments
Open

installing w/o Docker #3

valantur opened this issue Jul 20, 2023 · 3 comments
Assignees

Comments

@valantur
Copy link

Is there a way to install this without using docker? what would be the Go command to build this properly?
Thanks!

@Crusader99 Crusader99 self-assigned this Jul 20, 2023
@Crusader99
Copy link
Owner

Crusader99 commented Jul 20, 2023

You can build it without docker using go mod download && go build -C cmd/standardfile/ -o ../../server-binary.

This will generate an executable that can be run with ./server-binary server -c standardfile.yml. Note that you have to create an empty folder for the database in /etc/standardfile/database. Without docker it's more complicated, but it should work.

@valantur
Copy link
Author

Cool I'll give this a try today. Do you know if the server-side paid features can be enabled and work with the MacOS client? I couldn't get those features to work with the project from @mdouchment with subscriptions_enabled=true.

@Crusader99
Copy link
Owner

Paid features are no longer available for self-hosting instances due to changes in the standardnotes client. You have to pay for it since that changes. (See https://www.youtube.com/watch?v=Ye5dQnQ8KCw)

Because of this, I am personally considering switching to https://github.com/streetwriters/notesnook.

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