These script are used for:
- installing postgres-xl
- building a postgres-xl cluster with two datanodes, two coordinators and one gtm
- controlling the postgres-xl cluster
- edit PGXL_SRC and PGXL_HOME in install.sh to the directories as you like.
- run sh install.sh
If any error occurs, fix it and re-install.
- edit configuration parameters(such as nodename, nodeport) in init.sh as you like.
- run sh init.sh
run sh ctl.sh [start/stop/restart] to start/stop/restart the postgres-xl cluster.