Skip to content

Instantly share code, notes, and snippets.

View toonvandenbos's full-sized avatar
🐘
Mainly Laravelin'

Toon Van den Bos toonvandenbos

🐘
Mainly Laravelin'
View GitHub Profile
@toonvandenbos
toonvandenbos / infomaniak_cloud_server_installation_FR.md
Last active May 10, 2024 14:08
Installer un serveur Cloud Infomaniak
@josecanhelp
josecanhelp / meilisearch-forge.md
Last active March 21, 2024 14:39
Install MeiliSearch on Forge servers

Although MeiliSearch offers steps to install via apt, there are some dependency libraries that are not installable on the server architecture we have availble on our Tighten Forge servers. However, the servers can run the program just fine with the binary. Here are the steps I took to make it work.

Download the stable release

curl -L https://install.meilisearch.com | sh

Change the ownership and modify permissions

chmod 755 meilisearch chown root:root meilisearch

Move the binary to a system-wide available path