mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-17 00:40:14 +01:00
docs: updates (#662)
* docs: updates * docs: updates * Update Settings.jsx
This commit is contained in:
parent
1ef53a41f0
commit
ad29d25396
11 changed files with 260 additions and 141 deletions
|
|
@ -76,73 +76,9 @@ Also:
|
|||
|
||||
## Create and Configure your Database
|
||||
|
||||
The last thing you need is to create a MongoDB Atlas Database.
|
||||
|
||||
**1.** Open a new tab and go to [https://account.mongodb.com/account/register](https://account.mongodb.com/account/register) to create an account
|
||||
|
||||
**2.** Once you have set up your account, create a new project and name it:
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||
**3.** Now select build a database:
|
||||
|
||||

|
||||
|
||||
**4.** Select the free tier:
|
||||
|
||||

|
||||
|
||||
**5.** Name your cluster (leave everything else default) and click create:
|
||||
|
||||

|
||||
|
||||
**6.** Enter a user name and a secure password:
|
||||
|
||||

|
||||
|
||||
**7.** Select Cloud environement:
|
||||
|
||||

|
||||
|
||||
**8.** Click /Finish and Close:
|
||||
|
||||

|
||||
|
||||
**9.** Go to database:
|
||||
|
||||

|
||||
|
||||
**10.** Click on network access in the side menu:
|
||||
|
||||

|
||||
|
||||
**11.** Add a IP Adress:
|
||||
|
||||

|
||||
|
||||
**12.** Select allow access from everywhere and confirm:
|
||||
|
||||

|
||||
|
||||
**13.** Now Select Database in the side menu:
|
||||
|
||||

|
||||
|
||||
**14.** Connect:
|
||||
|
||||

|
||||
|
||||
**15.** Select the first option (driver)
|
||||
|
||||

|
||||
|
||||
**16.** Copy the connection string:
|
||||
|
||||

|
||||
|
||||
The last thing you need is to create a MongoDB Atlas Database and get your connection string.
|
||||
|
||||
Follow the instructions in this document: [Online MongoDB Database](..\install\mongodb.md)
|
||||
|
||||
## Complete the Environment Variables configuration
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue