Skip to content
Snippets Groups Projects
Commit 2d0d00df authored by Sylvester Joosten's avatar Sylvester Joosten
Browse files

Updated documentation for release

parent 19f1029a
Branches
No related tags found
1 merge request!8New v2.1 release version
...@@ -15,9 +15,9 @@ cd eic_container ...@@ -15,9 +15,9 @@ cd eic_container
modeuefile will be installed to `$PREFIX/../../etc/modulefiles`. modeuefile will be installed to `$PREFIX/../../etc/modulefiles`.
You can use the `-v` flag to select the version you want to deploy, or omit the You can use the `-v` flag to select the version you want to deploy, or omit the
flag if you want to install the master build. The recommended stable flag if you want to install the master build. The recommended stable
release version is `v2.0.2`. release version is `v2.0.3`.
```bash ```bash
./deploy.py -v 2.0.2 <PREFIX> ./deploy.py -v 2.0.3 <PREFIX>
``` ```
Available flags: Available flags:
...@@ -95,9 +95,8 @@ $PREFIX/bin/eic-shell ...@@ -95,9 +95,8 @@ $PREFIX/bin/eic-shell
2. If using this container as a basis for a new container, you can direction access 2. If using this container as a basis for a new container, you can direction access
the full container environment from a docker `RUN` shell command with no further the full container environment from a docker `RUN` shell command with no further
action needed. For the most optimal experience, you can install your software to action needed. For the most optimal experience, you can install your software to
`/opt/view` to fully integrate with the existing environment. Depending on your `/usr/local` to fully integrate with the existing environment. (Note that, internally,
use case, installation to `/usr/local` may also work, but this might require you `/usr/local` is a symlink to `/opt/view`).
to write and run additional environment scripts.
Included software: Included software:
------------------ ------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment