summarylogtreecommitdiffstats
path: root/pqlx.install
diff options
context:
space:
mode:
Diffstat (limited to 'pqlx.install')
-rw-r--r--pqlx.install11
1 files changed, 2 insertions, 9 deletions
diff --git a/pqlx.install b/pqlx.install
index 98e7d7940390..d814d5173334 100644
--- a/pqlx.install
+++ b/pqlx.install
@@ -1,14 +1,7 @@
post_install() {
echo -e "\e[1;33m==> NOTICE:\e[0m before using this software"
- echo -e "\e[1;32m==>\e[0m Add following two lines to your bashrc or zshrc file:"
- echo " export PQLX=/opt/pqlx"
- echo " source /opt/pqlx/PROD/PQLXprodVars"
+ echo -e "\e[1;32m==>\e[0m Add your user to pqlx group and relogin:"
+ echo " sudo gpasswd -a $USER pqlx"
echo -e "\e[1;32m==>\e[0m Initialize MySQl for PQLX:"
echo " bash /opt/pqlx/PROD/bin/LINUX/initPQLXdb.sh"
}
-
-post_remove() {
- echo -e "\e[1;33m==> WARNING\e[0m Please remove following two lines from your bashrc or zshrc file:"
- echo " export PQLX=/opt/pqlx"
- echo " source /opt/pqlx/PROD/PQLXprodVars"
-}