Skip to content
Snippets Groups Projects
Commit 7340e3af authored by Martin Bergemann's avatar Martin Bergemann :speech_balloon:
Browse files

Update README

parent a436942e
No related branches found
No related tags found
No related merge requests found
...@@ -81,12 +81,11 @@ ansible_python_interpreter=/sw/spack-rhel6/miniforge3-4.9.2-3-Linux-x86_64-pwdbq ...@@ -81,12 +81,11 @@ ansible_python_interpreter=/sw/spack-rhel6/miniforge3-4.9.2-3-Linux-x86_64-pwdbq
After successful configuration you can run the ansible deployment. This is done via the `deploy` script: After successful configuration you can run the ansible deployment. This is done via the `deploy` script:
```bash ```bash
python deploy --help usage: deploy [-h] [--config CONFIG]
usage: freva_deployment [-h] [--steps {services,web,backend,db,solr,backup} [{services,web,backend,db,solr,backup} ...]]
[--steps {services,web,backend,db,solr,backup} [{services,web,backend,db,solr,backup} ...]] [--python PYTHON] [--cert CERT]
[--python PYTHON] [--cert CERT] [--backend_arch {Linux-aarch64,Linux-ppc64le,Linux-s390x,Linux-x86_64,MacOSX-x86_64}]
[--backend_arch {Linux-aarch64,Linux-ppc64le,Linux-s390x,Linux-x86_64,MacOSX-x86_64}] project_name
project_name
Deploy freva. Deploy freva.
...@@ -95,6 +94,9 @@ positional arguments: ...@@ -95,6 +94,9 @@ positional arguments:
optional arguments: optional arguments:
-h, --help show this help message and exit -h, --help show this help message and exit
--config CONFIG, -c CONFIG
Path to ansible inventory file. (default:
/home/wilfred/workspace/deployment/config/inventory)
--steps {services,web,backend,db,solr,backup} [{services,web,backend,db,solr,backup} ...] --steps {services,web,backend,db,solr,backup} [{services,web,backend,db,solr,backup} ...]
The services/code stack to be deployed (default: ['services', 'web', The services/code stack to be deployed (default: ['services', 'web',
'backend']) 'backend'])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment