docs: fix various broken docker_compose_install.md links in docs (#882)

* docs: fix broken docker_compose_install.md link in mac install docs

* docs: fix all other broken docker_compose_install.md links
This commit is contained in:
Dominic H 2023-09-06 16:20:33 +02:00 committed by GitHub
parent 731f6a449d
commit 64f1557852
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 30 additions and 30 deletions

View file

@ -12,7 +12,7 @@ In this video, you will learn how to install and run LibreChat, using Docker on
- 0:00 - Intro
- 0:14 - Update the system
- 0:29 - Clone the repository
- 0:37 - Docker installation
- 0:37 - Docker installation
- 1:03 - Enter in the folder
- 1:07 - Create the .env file
- 1:14 - Build using docker-compose
@ -30,13 +30,13 @@ Here are the steps to follow:
- Build the Docker image: `docker-compose build`
- Start LibreChat: `docker-compose up -d`
Note: If you run the command on the same computer and want to access it, navigate to `localhost:3080`. You should see a login page where you can create or sign in to your account. Then you can choose an AI model and start chatting.
Note: If you run the command on the same computer and want to access it, navigate to `localhost:3080`. You should see a login page where you can create or sign in to your account. Then you can choose an AI model and start chatting.
Have fun!
---
## **[Docker Install](docker_install.md)** (General documentation)
---
## **[Docker Install](docker_compose_install.md)** (General documentation)
---
## **Manual Installation:**

View file

@ -1,5 +1,5 @@
# Mac Installation Guide
## **Recommended : [Docker Install](docker_install.md)**
## **Recommended : [Docker Install](docker_compose_install.md)**
---
@ -16,7 +16,7 @@
- Change into the cloned directory by running cd LibreChat
- If using MongoDB Atlas, remove &w=majority from the default connection string
Follow the instructions for setting up proxies, access tokens, and user system:
## [Create a MongoDB database](mongodb.md) (Required)
## [Get Your API keys and Tokens](apis_and_tokens.md) (Required)
@ -74,13 +74,13 @@ fi
npm run backend
```
### **Make the script executable by running**
### **Make the script executable by running**
```
chmod +x start_chatgpt.sh
```
### **Start LibreChat by running**
### **Start LibreChat by running**
```
./start_chatgpt.sh
```