Compare commits

...

1 Commits

Author SHA1 Message Date
Ankush Menat
09863c4e0e debug: mariadb conn 2025-02-26 12:51:33 +05:30
2 changed files with 4 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ cd ~ || exit
sudo apt update
sudo apt remove mysql-server mysql-client
sudo apt install libcups2-dev redis-server mariadb-client
sudo apt install libcups2-dev redis-server mariadb-client libmariadb-dev
pip install frappe-bench
@@ -17,8 +17,8 @@ frappecommitish=${FRAPPE_BRANCH:-$githubbranch}
mkdir frappe
pushd frappe
git init
git remote add origin "https://github.com/${frappeuser}/frappe"
git fetch origin "${frappecommitish}" --depth 1
git remote add origin "https://github.com/ankush/frappe"
git fetch origin "perf/mariadb_connector" --depth 1
git checkout FETCH_HEAD
popd

View File

@@ -8,6 +8,7 @@
"mail_login": "test@example.com",
"mail_password": "test",
"admin_password": "admin",
"use_native_mariadb_connector": 1,
"root_login": "root",
"root_password": "root",
"host_name": "http://test_site:8000",