Skip to content
New issue

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

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

Already on GitHub? # to your account

brew install proton should do similar things as proton install #4

Open
jovezhong opened this issue Apr 9, 2024 · 0 comments
Open
Assignees

Comments

@jovezhong
Copy link
Contributor

Today the brew install proton only grabs the binary file and put in a path.
then I run proton server start in any folder, it will generate config files and data/log files in current folders.

I may want to run proton install to install proton with system folders. Just like when I homebrew Grafana, MySQL or PostgreSQL. No matter where I start the command, the folders are fixed and I can reuse/tune the config file.

But it's odd to run brew install proton first then sudo proton install.
The key goal of homebrew is to handle such case, not just binary file, but also config/data/logs

You may want to do something similar as https://github.com/timeplus-io/proton/blob/develop/programs/install/Install.cpp in the homebrew way.

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

No branches or pull requests

2 participants