-
Notifications
You must be signed in to change notification settings - Fork 3
Installing Postgresql XL
Knut Ole edited this page Jan 20, 2015
·
6 revisions
apt-get update
apt-get install -y bison flex jade
wget "http://downloads.sourceforge.net/project/postgres-xl/Releases/Version_9.2rc/postgres-xl-v9.2-src.tar.gz"
tar xvf postgres-xl-v9.2-src.tar.gz
cd postgres-xl/
./configure
make
make install
cd contrib/pgxc_ctl/
make
make install
cd ..
cd ..
cd ..
ln -sf /usr/local/pgsql/bin/* /usr/sbin/
Good luck with the tutorial.
Create default config, at /root/pgxc_ctl/
pgxc_ctl
PGXC prepare config osm_cluster_px.conf
PGXC exitCreate new user:
adduser pgcluster
GTM stands for global transaction manager. You must have one in the cluster.
nevermind!
Clustering
Datasets
OSM Layers
Tile Server overview
API
- Portal
- PostGIS
- Linux Dependencies
- Mapnik
- Postgres-XL (obsolete)
- Tilestache (obsolete)