Skip to content
This repository has been archived by the owner on Jan 29, 2024. It is now read-only.

Commit

Permalink
installation: set reana-commons v0.3.0 as min
Browse files Browse the repository at this point in the history
* Updates documentation.
  • Loading branch information
Diego Rodriguez committed Aug 10, 2018
1 parent 8e48576 commit b507338
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 10 deletions.
11 changes: 4 additions & 7 deletions docs/gettingstarted.rst
Expand Up @@ -11,7 +11,7 @@ Deploy locally
Are you looking at installing and deploying REANA cluster locally on your laptop?

1. Install `kubectl <https://kubernetes.io/docs/tasks/tools/install-kubectl/>`_
(e.g. version 1.10.1) and `minikube
(e.g. version 1.11.2) and `minikube
<https://kubernetes.io/docs/tasks/tools/install-minikube/>`_ (e.g. version
0.28.0):

Expand Down Expand Up @@ -53,7 +53,7 @@ Are you looking at installing and deploying REANA cluster locally on your laptop
$ reana-cluster env
export REANA_SERVER_URL=http://192.168.99.100:32732
$ eval $(reana-cluster env)
$ eval $(reana-cluster env --all)
7. You can now run REANA examples on the locally-deployed cluster using
`reana-client <https://reana-client.readthedocs.io/>`_.
Expand Down Expand Up @@ -153,19 +153,16 @@ Deploy on CERN infrastructure
$ virtualenv reana
$ source reana/bin/activate
7. Install `reana-cluster` (since `reana-commons` is not yet released we have to
install it manually):
7. Install `reana-cluster`:

.. code-block:: console
(reana) $ pip install git+git://github.com/reanahub/reana-commons.git@master#egg=reana-commons
(reana) $ pip install git+git://github.com/reanahub/reana-cluster.git@master#egg=reana-cluster
(reana) $ pip install reana-cluster
8. Set the database URI and instantiate REANA cluster:

.. code-block:: console
(reana) $ export REANA_SQLALCHEMY_DATABASE_URI=postgresql+psycopg2://reana:reana@<db-server>:5432/reana
(reana) $ reana-cluster init
9. Make REANA accessible from outside:
Expand Down
2 changes: 0 additions & 2 deletions requirements-dev.txt
Expand Up @@ -19,5 +19,3 @@
# In applying this license, CERN does not waive the privileges and immunities
# granted to it by virtue of its status as an Intergovernmental Organization or
# submit itself to any jurisdiction.

-e git+git://github.com/reanahub/reana-commons.git#egg=reana-commons
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -67,7 +67,7 @@
'jsonschema>=2.6.0',
'kubernetes>=6.0.0',
'PyYAML>=3.12',
'reana-commons',
'reana-commons>=0.3.0',
'tablib>=0.12.1',
'urllib3==1.22',
]
Expand Down

0 comments on commit b507338

Please sign in to comment.