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

Missing instructions on how to setup on a Linux server #41

Open
SharkMachine opened this issue Aug 27, 2022 · 9 comments
Open

Missing instructions on how to setup on a Linux server #41

SharkMachine opened this issue Aug 27, 2022 · 9 comments

Comments

@SharkMachine
Copy link

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.

@SharkMachine
Copy link
Author

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.

@ahippo
Copy link

ahippo commented Mar 6, 2023

boinccmd --acct_mgr attach https://scienceunited.org "[email protected]" "SuperSecretPassword"

@SharkMachine, you saved my day!
Given that boinccmd help says --acct_mgr attach URL name passwd,
I was passing my username there instead of my email address
and was surely getting no account found error,
which puzzled me a lot.

I totally second that these short instructions should be readily available from https://scienceunited.org/su_help.php page.

@JEMcats
Copy link

JEMcats commented Feb 29, 2024

I would suggest using BOINC through docker, instructions: https://hub.docker.com/r/linuxserver/boinc.
When this is setup you can go to localhost:8080 or ip.address:8080 and use the BOINC manager to add science united as the project manager, hope this helps.

@ahippo
Copy link

ahippo commented Feb 29, 2024

I would suggest using BOINC through docker, instructions: https://hub.docker.com/r/linuxserver/boinc.
When this is setup you can go to localhost:8080 or ip.address:8080 and use the BOINC manager to add science united as the project manager, hope this helps.

That's probably a good alternative,
but the official instructions for running BOINC using Docker recommend a different image: https://hub.docker.com/r/boinc/client/

@SharkMachine
Copy link
Author

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.

@SharkMachine
Copy link
Author

image

These instructions are not good :(. There's nothing about running on Linux or Mac and nothing about Docker.

@davidpanderson
Copy link
Owner

Click on 'Download and install BOINC' to get instructions
(including Linux and Mac).

@SharkMachine
Copy link
Author

Click on 'Download and install BOINC' to get instructions (including Linux and Mac).

It is a link to login and after login I get this

image

@SharkMachine
Copy link
Author

There's also no clear link in the menu for getting information about participating :(

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

4 participants