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

Commit

Permalink
docs: create user howto
Browse files Browse the repository at this point in the history
  • Loading branch information
Diego Rodriguez committed Sep 7, 2018
1 parent 4f42028 commit 94721fa
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/gettingstarted.rst
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,19 @@ Are you looking at installing and deploying REANA cluster locally on your laptop
export REANA_SERVER_URL=http://192.168.99.100:32732
$ eval $(reana-cluster env --include-admin-token)
If you need to create more users you can:

.. code-block:: console
$ kubectl exec \
-ti $(kubectl get pods -l=app=server -o jsonpath='{.items[0].metadata.name}') \
-- flask users create \
-e jane.doe@example.org \
--admin-access-token $REANA_ACCESS_TOKEN
User was successfully created.
ID EMAIL ACCESS_TOKEN
09259d12-b06c-4a13-a696-ae8e57f1f0c9 jane.doe@example.org dHYXgh5AXmukZrdWccZaSg
7. You can now run REANA examples on the locally-deployed cluster using
Expand Down

0 comments on commit 94721fa

Please sign in to comment.