Files
query-orchestration/README.md
T
Michael McGuinness 9f9700a773 Merged in bugfix/envvars (pull request #20)
Fix SQLc Env Vars

* init

* fixenvvar

* ignoredevbox

* queueurl
2025-01-14 13:28:25 +00:00

22 lines
789 B
Markdown

# Query Orchestration
This repository contains the DoczyAI code.
Using the following project as a baseline: https://github.com/golang-standards/project-layout.
## Installation and Usage
- Install devbox: `https://www.jetify.com/docs/devbox/installing_devbox`
- Ubuntu/MacOS: `curl -fsSL https://get.jetify.com/devbox | bash`
- Run `devbox run init` to create init dependencies
- Run `devbox shell` to enter the environment
- Run `task deps:download` to download code dependencies
- (IF NECESSARY) Ensure user in docker group and docker group is in sudo group
```
sudo groupadd docker
sudo usermod -aG docker $USER
```
To find new packages: `https://search.nixos.org/packages`
For regular usage, please use `task` scripts in order run the most appropriate configuration.