Skip to content

Commit

Permalink
Update Quickstart.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dartpain authored Oct 2, 2023
1 parent 01d2af9 commit 4b38796
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion docs/pages/Deploying/Quickstart.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
## Launching Web App
Note: Make sure you have docker installed

On Mac OS or Linux just write:

./setup.sh

It will install all the dependencies and give you an option to download local model or use OpenAI

Otherwise refer to this Guide:

1. Open download this repository with `git clone https://github.com/arc53/DocsGPT.git`
2. Create .env file in your root directory and set your `OPENAI_API_KEY` with your openai api key
2. Create .env file in your root directory and set your `API_KEY` with your openai api key
3. Run `docker-compose build && docker-compose up`
4. Navigate to `http://localhost:5173/`

Expand Down

1 comment on commit 4b38796

@vercel
Copy link

@vercel vercel bot commented on 4b38796 Oct 2, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

docs-gpt – ./frontend

docs-gpt-arc53.vercel.app
docs-gpt-brown.vercel.app
docs-gpt-git-main-arc53.vercel.app

Please sign in to comment.