Skip to content
Snippets Groups Projects
Verified Commit 4fede558 authored by Carolina Fernandez's avatar Carolina Fernandez
Browse files

feature/docker-env: update docs & .gitignore

parent f130407b
No related branches found
No related tags found
1 merge request!12Docker virtual deployment
......@@ -6,6 +6,7 @@ coverage.xml
*.egg-info
docs/build
docs/source/_static/openapi.json
my-venv-directory
.vscode
......
......@@ -4,4 +4,13 @@ LSO: an API that allows for remotely executing Ansible playbooks
## Running locally
### Standalone deployment
Build documentation using `build-docs.sh`, and check out the quickstart page.
### Docker deployment
Run the following from the root, then refer to the above documentation for usage.
```bash
./docker/docker-start.sh
```
......@@ -39,7 +39,7 @@ Running the App
.. code-block:: bash
SETTINGS_FILENAME=/absolute/path/to/config.json python -m goat_lso.app
SETTINGS_FILENAME=/absolute/path/to/config.json python -m lso.app
Examples
......@@ -49,7 +49,7 @@ Examples
curl http://localhost:44444/api/version
* List all available playbooks
* (Not available yet) List all available playbooks
.. code-block:: bash
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment