|
|
|
|
@@ -7,26 +7,27 @@
|
|
|
|
|
**2.** Access your control panel
|
|
|
|
|
|
|
|
|
|
**3.** Select `New` and then `Web Service`
|
|
|
|
|
|
|
|
|
|

|
|
|
|
|
|
|
|
|
|

|
|
|
|
|
|
|
|
|
|
**4.** Add `https://github.com/itzraiss/Meilisearch` to the public repositories section and click `continue`
|
|
|
|
|
|
|
|
|
|

|
|
|
|
|

|
|
|
|
|
|
|
|
|
|
**5.** Assign a unique name and proceed with the free option and click on the `create web service` button at the bottom of the page
|
|
|
|
|
|
|
|
|
|

|
|
|
|
|

|
|
|
|
|
|
|
|
|
|
## Click on Advanced to add Environment Variables
|
|
|
|
|

|
|
|
|
|
|
|
|
|
|

|
|
|
|
|
|
|
|
|
|
## Add the Environment Variables
|
|
|
|
|
|
|
|
|
|
**1.** To manually add the `Environment Variables`
|
|
|
|
|
- You need to use `Add Environment Variables` and add them one at a time, as adding a secret file will not work in our case.
|
|
|
|
|
|
|
|
|
|

|
|
|
|
|

|
|
|
|
|
|
|
|
|
|
**2.** You need to enter these values:
|
|
|
|
|
|
|
|
|
|
@@ -41,18 +42,17 @@
|
|
|
|
|
|
|
|
|
|
**1.** Everything is set up, now all you need to do is click on 'Create Web Service'. This will take a few seconds
|
|
|
|
|
|
|
|
|
|

|
|
|
|
|

|
|
|
|
|
|
|
|
|
|
**3.** Once it's ready, you'll see `your service is live 🎉` in the console and the green `Live` icon at the top
|
|
|
|
|
|
|
|
|
|

|
|
|
|
|
|
|
|
|
|

|
|
|
|
|
|
|
|
|
|
**Get URL Address**
|
|
|
|
|
|
|
|
|
|
Once you get the message: `your service is live 🎉`, copy the URL address of your project in the top left corner of Render:
|
|
|
|
|
|
|
|
|
|

|
|
|
|
|

|
|
|
|
|
|
|
|
|
|
## In LibreChat Project
|
|
|
|
|
|
|
|
|
|
@@ -66,17 +66,17 @@ Now, insert the below environment variable values into your LibreChat project (R
|
|
|
|
|
| MEILI_NO_ANALYTICS | true |
|
|
|
|
|
| SEARCH | true |
|
|
|
|
|
|
|
|
|
|

|
|
|
|
|

|
|
|
|
|
|
|
|
|
|
## Deployment
|
|
|
|
|
|
|
|
|
|
**1.** Now, click on `Manual Deployment` and select `Clear build cache & Deploy`. It will take a few minutes
|
|
|
|
|
|
|
|
|
|

|
|
|
|
|

|
|
|
|
|
|
|
|
|
|
**3.** Once it's ready, you'll see `your service is live 🎉` in the console and the green `Live` icon at the top
|
|
|
|
|
|
|
|
|
|

|
|
|
|
|

|
|
|
|
|
|
|
|
|
|
## Conclusion
|
|
|
|
|
Now, you should be able to perform searches again, congratulations, you have successfully deployed Meilisearch on render.com
|
|
|
|
|
|