From dfef4622325b00cf317a80b08f1bafccf731945c Mon Sep 17 00:00:00 2001 From: yggverse Date: Thu, 21 Mar 2024 20:24:51 +0200 Subject: [PATCH] update readme --- README.md | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index aa4b86a..aecfb44 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,17 @@ Yo! is the super thin layer for Manticore search server that extends official [m ### Install -Application require `manticore`, `composer` and `php` +#### Environment + +##### Debian + +`wget https://repo.manticoresearch.com/manticore-repo.noarch.deb` +`dpkg -i manticore-repo.noarch.deb` +`apt update` +`apt install git composer memcached manticore manticore-extra php-fpm php-curl php-mysql php-mbstring` + +Yo search engine uses Manticore as the primary database. If your server sensitive to power down, +change default [binlog flush strategy](https://manual.manticoresearch.com/Logging/Binary_logging#Binary-flushing-strategies) to `binlog_flush = 1` #### Deployment @@ -38,6 +48,14 @@ Project in development, use `dev-main` branch: * `cd Yo` * `composer update` * `git checkout -b pr-branch` +* `git commit -m 'new fix'` +* `git push` + +#### Update + +* `cd Yo` +* `git pull` +* `composer update` #### Init