mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2024-11-05 06:20:10 +01:00
add Docker setup to Readme.md
This commit is contained in:
parent
e114a90a17
commit
c6f69fc0a6
@ -42,7 +42,11 @@ This monorepo consists of three main sections:
|
||||
- a [Pinecone.io](https://pinecone.io) free account*.
|
||||
*you can use drop in replacements for these. This is just the easiest to get up and running fast. We support multiple vector database providers.
|
||||
|
||||
### How to get started
|
||||
## How to get started (Docker - simple setup)
|
||||
[Get up and running in minutes with Docker](./docker/HOW_TO_USE_DOCKER.md)
|
||||
|
||||
|
||||
### How to get started (Development environment)
|
||||
- `yarn setup` from the project root directory.
|
||||
- This will fill in the required `.env` files you'll need in each of the application sections. Go fill those out before proceeding or else things won't work right.
|
||||
- `cd frontend && yarn install && cd ../server && yarn install` from the project root directory.
|
||||
|
Loading…
Reference in New Issue
Block a user