Skip to content

Commit

Permalink
add some troubleshooting
Browse files Browse the repository at this point in the history
  • Loading branch information
nmenezes0 committed Nov 19, 2024
1 parent c0ea02e commit 6db5ed5
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,19 @@ Distinct modules for data analysis should have their own folders in the scout pa

Each module should have a corresponding script in the `scripts` folder that runs a pipeline that uses that module.


# Troubleshooting

If you have issues on `docker compose build` with permissions, for example:
```
Error response from daemon: error while creating mount source path '/Users/<username>/scout/data/objectstore'
```
You can update the permissions using:
```
chmod 755 /Users/<username>/scout/libreoffice_service/config
```


# Tests

**Note** these tests will generate data in your local database and Minio (local S3), and will generate a vector store in your example data folder.
Expand Down

0 comments on commit 6db5ed5

Please sign in to comment.