Skip to content

Commit

Permalink
Merge branch 'main' into fix_deploy_code
Browse files Browse the repository at this point in the history
  • Loading branch information
drstrangelooker authored Jul 6, 2023
2 parents cc66c25 + 7323c77 commit 9646a59
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,20 @@ docker build -t ldeploy .

You can get use: ```docker run ldeploy <command> <parameters> ...```

Keep in mind that in order to get the output you will need to map local directories to directories in docker, so a real
life usage might look like:
```
docker run \
-v /local/path/to/ldeploy/settings:/ldeploy_settings \
-v /local/path/to/ldeploy/output:/ldeploy_output \
ldeploy content export \
--ini /ldeploy_settins/looker.ini \
--local-target /ldeploy_output \
<additional parameters>
```
You would put your `looker.ini` file in `/local/path/to/ldeploy/settings` and the output generated by the commands would
be found in `/local/path/to/ldeploy/output`.

### Local Installation

It is recommended to set up a python virtual environment if you intend to use looker-deployer on your local machine rather
Expand Down

0 comments on commit 9646a59

Please sign in to comment.