mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-04 12:49:10 +00:00
debug: mariadb conn
This commit is contained in:
6
.github/helper/install.sh
vendored
6
.github/helper/install.sh
vendored
@@ -6,7 +6,7 @@ cd ~ || exit
|
|||||||
|
|
||||||
sudo apt update
|
sudo apt update
|
||||||
sudo apt remove mysql-server mysql-client
|
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
|
pip install frappe-bench
|
||||||
|
|
||||||
@@ -17,8 +17,8 @@ frappecommitish=${FRAPPE_BRANCH:-$githubbranch}
|
|||||||
mkdir frappe
|
mkdir frappe
|
||||||
pushd frappe
|
pushd frappe
|
||||||
git init
|
git init
|
||||||
git remote add origin "https://github.com/${frappeuser}/frappe"
|
git remote add origin "https://github.com/ankush/frappe"
|
||||||
git fetch origin "${frappecommitish}" --depth 1
|
git fetch origin "perf/mariadb_connector" --depth 1
|
||||||
git checkout FETCH_HEAD
|
git checkout FETCH_HEAD
|
||||||
popd
|
popd
|
||||||
|
|
||||||
|
|||||||
1
.github/helper/site_config_mariadb.json
vendored
1
.github/helper/site_config_mariadb.json
vendored
@@ -8,6 +8,7 @@
|
|||||||
"mail_login": "test@example.com",
|
"mail_login": "test@example.com",
|
||||||
"mail_password": "test",
|
"mail_password": "test",
|
||||||
"admin_password": "admin",
|
"admin_password": "admin",
|
||||||
|
"use_native_mariadb_connector": 1,
|
||||||
"root_login": "root",
|
"root_login": "root",
|
||||||
"root_password": "root",
|
"root_password": "root",
|
||||||
"host_name": "http://test_site:8000",
|
"host_name": "http://test_site:8000",
|
||||||
|
|||||||
Reference in New Issue
Block a user