-
Notifications
You must be signed in to change notification settings - Fork 7
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
Missing instructions on how to setup on a Linux server #41
Comments
https://scienceunited.org/su_help.php lacks in helping with this. https://boinc.berkeley.edu/wiki/Installing_BOINC should be linked there to give instructions on how to install BOINC and you should have instructions on how to log in and attach a project. Logging in is simple boinccmd --acct_mgr attach https://scienceunited.org <email> <password>
# For example
boinccmd --acct_mgr attach https://scienceunited.org "[email protected]" "SuperSecretPassword" And attaching a project is also simple boinccmd --project_attach <project> <username>
# For example
boinccmd --project_attach "QuChemPedIA@home" "MyUserName" I think it would make a big difference if these instructions were easily available. |
@SharkMachine, you saved my day! I totally second that these short instructions should be readily available from https://scienceunited.org/su_help.php page. |
I would suggest using BOINC through docker, instructions: https://hub.docker.com/r/linuxserver/boinc. |
That's probably a good alternative, |
Docker is a good suggestion but it isn't always an option. I'm asking for instructions to be updated and it doesn't exclude Docker. |
Click on 'Download and install BOINC' to get instructions |
There's also no clear link in the menu for getting information about participating :( |
Please add instructions to your website on how to setup BOINC on a Linux or UNIX server. The setup is actually quite simple, but it's annoying that I had to Google for instructions and finding the correct instructions wasn't just a walk in the park. I almost gave up on it as I was completely lost on how to set it up.
https://scienceunited.org/su_help.php should have that or a link to instructions, but it does not.
The text was updated successfully, but these errors were encountered: