You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,7 +63,8 @@ This repo contains a docker-compose environment that will run the following comp
63
63
64
64
# Quick start
65
65
66
-
1. Install Docker if you don't have it already, see [here](https://www.docker.com/products/docker-desktop/)
66
+
1. Install Docker if you don't have it already, see [here](https://www.docker.com/products/docker-desktop/). It will also be helpful to get Docker Desktop to manage the different containers. In addition, ensure you have python installed (version not later than 3.11.9).
67
+
67
68
2. Check out the Data Recipes AI GitHub repo
68
69
69
70
Go to the [repo](https://github.com/datakind/data-recipes-ai) in Github, and click the big green '<> Code' button. This provides a few options, you can download a zip file, or check the code out with git. If you have Git installed, a common method would be ...
@@ -125,7 +126,9 @@ This repo contains a docker-compose environment that will run the following comp
125
126
126
127
7. Restart so the assistant ID is set, `docker compose up -d`
127
128
128
-
8. Go to [http://localhost:8000/](http://localhost:8000/) and sign-in using the values in your `.env` file for `USER_LOGIN` and `USER_PASSWORD`
129
+
8. Go to [http://localhost:8000/](http://localhost:8000/).
130
+
131
+
9. It will also be helpful to have a database tool like [DBeaver](https://dbeaver.io) to access and interact with your data and recipes.
129
132
130
133
## Stoping/Starting the environment
131
134
@@ -135,6 +138,8 @@ The steps above are mostly one-time. Going forward you only need to stop and sta
135
138
- To start the environment `docker compose up -d`, then go to [http://localhost:8000/](http://localhost:8000/)
136
139
- To start with rebuild `docker compose up -d --build` (for more details about development, see [CONTRIBUTION](CONTRIBUTION.md))
137
140
141
+
You can also do the above through Docker Desktop.
142
+
138
143
## Using Recipes
139
144
140
145
We are in a phase of research to identify and improve recipes, but for now the system comes with some basic examples to illustrate. To find out the list, enter "Get all recipes" in the chat interface.
0 commit comments