From 5848f6de3bb6acbaf562eb321f7746ef02cda262 Mon Sep 17 00:00:00 2001 From: Aaron Job Date: Sun, 10 Sep 2023 04:32:39 +0000 Subject: [PATCH] update readme to include the db_init and main --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 94bf04b..aa625f9 100644 --- a/README.md +++ b/README.md @@ -70,6 +70,8 @@ All generated code will be stored in the folder `workspace` inside the folder na 3. run `docker compose build`. this will build a gpt-pilot container for you. 4. run `docker compose up`. 5. access web terminal on `port 7681` +6. `python db_init.py` (initialize the database) +7. `python main.py` (start GPT Pilot) This will start two containers, one being a new image built by the `Dockerfile` and a postgres database. The new image also has (ttyd)[https://github.com/tsl0922/ttyd] installed so you can easily interact with gpt-pilot.