Commit 92d46e68 authored by jelt's avatar jelt
Browse files

Update README with getting started notes

parent b32fd5e7
......@@ -5,6 +5,33 @@ NEMO BoBEAS configuration
** BRANCH:ashbre contains the original structure **
Getting started
===============
**Clone** this repository onto your favourite linux box::
git clone git@github.com:NOC-MSM/BoBEAS.git
Access **JASMIN data**. File structure `<https://github.com/NOC-MSM/BoBEAS/wiki/JASMIN_data_storage>`_ On your favourite linux box::
exec ssh-agent $SHELL
ssh-add ~/.ssh/id_rsa_jasmin
On request enter passphrase for ``/login/$USER/.ssh/id_rsa_jasmin``. Hopefully this
is accepted. Then successively log into a login node. This can not see the BoBEAS data::
ssh -A jelt@jasmin-login1.ceda.ac.uk
From here you can hop to a compute node, which can see the BoBEAS data::
ssh -A jelt@jasmin-sci1.ceda.ac.uk
cd /gws/nopw/j04/campus/pseudoDropBox/BoBEAS
File Hierarchy
==============
Each configuration directory should be laid out in the following manner, to
facilitate configuration archival and sharing:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment