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

setup: add information about cluster #34

Merged
merged 1 commit into from
Oct 16, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 18 additions & 6 deletions setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ title: Setup
This lesson teaches the principles of containerised scientific workflows by means of using the
[REANA](http://www.reana.io/) reproducible analysis platform.

The participants should either install [reana-client](https://pypi.org/project/reana-client/) on
their laptops:
As a participant, you should either install [reana-client](https://pypi.org/project/reana-client/)
on your laptop:

```bash
virtualenv ~/.virtualenvs/reana
Expand All @@ -17,15 +17,15 @@ pip install reana-client
```
{: .source}

Alternatively, the participants can log into CERN's LXPLUS cluster using `ssh lxplus.cern.ch` and
activate a pre-existing environment there:
Alternatively, you can also log into CERN's LXPLUS cluster using `ssh lxplus.cern.ch` and activate a
pre-existing environment there:

```bash
source /afs/cern.ch/user/r/reana/public/reana/bin/activate
```
{: .source}

After installation of `reana-client`, please check whether the client works by asking for its
After the installation of `reana-client`, please check whether your client works by asking for its
version:

```bash
Expand All @@ -38,6 +38,18 @@ reana-client version
```
{: .output}

---
### REANA cluster

This lesson will use the [reana.cern.ch](https://reana.cern.ch) cluster instance to run the client
workflows.

Please verify whether you can log into [reana.cern.ch](https://reana.cern.ch) using your CERN
account.

### Advanced alternative

Alternatively, if you do not have access to CERN computing cluster and if you are a Docker and
Kubernetes power user who would like to follow this lesson at home, you could also [install your own
REANA cluster](https://docs.reana.io/administration/deployment/deploying-locally/#for-researchers).

{% include links.md %}
Loading