commit af520fe28c53506c7e7ae05158ea50f1765db865 Author: DebaucheryLibrarian Date: Tue Feb 11 00:05:55 2025 +0000 Add Update or install Manticoresearch diff --git a/Update-or-install-Manticoresearch.md b/Update-or-install-Manticoresearch.md new file mode 100644 index 0000000..56d2ad9 --- /dev/null +++ b/Update-or-install-Manticoresearch.md @@ -0,0 +1,3 @@ +`docker pull manticoresearch/manticore:dev` + +`sudo docker run -e EXTRA=1 --name manticore --rm -d manticoresearch/manticore:dev && until docker logs manticore 2>&1 | grep -q "accepting connections"; do sleep 1; echo -n .; done && echo && docker exec -it manticore mysql && docker stop manticore` \ No newline at end of file