Use meilisearch in nav search
This commit is contained in:
@@ -28,6 +28,10 @@ apt install php8.3-fpm
|
||||
apt install mariadb-server
|
||||
sudo mysql_secure_installation
|
||||
|
||||
# Install Meilisearch
|
||||
echo "deb [trusted=yes] https://apt.fury.io/meilisearch/ /" | sudo tee /etc/apt/sources.list.d/fury.list
|
||||
sudo apt update && sudo apt install meilisearch
|
||||
|
||||
# Clone Repo
|
||||
cd /var/www
|
||||
git clone https://gitea.hstream.moe/w33b/hstream.git
|
||||
|
||||
Reference in New Issue
Block a user