From a0f4856eaa6dd73d2570aa15401b59b120c04b7d Mon Sep 17 00:00:00 2001 From: Jurig Culun Date: Tue, 23 Jul 2024 20:52:29 +0700 Subject: [PATCH] Update README.md --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 83ee884..bb2eedc 100644 --- a/README.md +++ b/README.md @@ -11,10 +11,13 @@ run on CLI using: ## Installation & updates - run `git clone https://github.com/MahlukEdanKurangGairah/simple-backup-ci4-clickhouse.git` - `cd simple-backup-ci4-clickhouse` -- `./composer.phar install` -- then `composer update` +- `./composer.phar install` then `composer update` -also install python and library on requirements.txt +download clickhouse and place it on Executable folder + +`cd app/Executable && curl https://clickhouse.com/ | sh` + +install python and library on requirements.txt - `cd app/Executable/sql2mysql' && pip install -r requirements.txt` - `cd app/Executable/parquet2cockroach' && pip install -r requirements.txt`