Skip to content

AcuGIS/tile-portal

Repository files navigation

tile_portal

Documentation Status

tile-portal

tile_portal is a lightweight portal for sharing pg_tileserv layers.

The application installs pg_tileserv and pg_featureserv and allows you to run multiple services for each.

Layers can be Public or be restricted with Group Level Permissions

tile_portal works with local or remote PostGIS databases and you can also create PostGIS databases via the app as well.

Installer

   git clone https://github.com/AcuGIS/tile-portal.git
   cd tile-portal
   ./installer/postgres.sh
   ./installer/pg-tile.sh
   ./installer/app-install.sh

Optionally, provision and SSL certificate using:

 apt-get -y install python3-certbot-apache
 certbot --apache --agree-tos --email hostmaster@${HNAME} --no-eff-email -d ${HNAME}

Default credentials

Docker (Not for Production Use)

git clone https://github.com/AcuGIS/tile-portal.git
$ cd tile-portal
$ ./installer/docker-install.sh
$ docker-compose pull

Before calling 'docker-compose up', set the PUBLIC_IP value in Docker/public.env to your hostname or IP address:
$ docker-compose up

If you want to build from source, run next command.
$ docker-compose build

URL: http://yourdomain.com:8000

Documentation

tile_portal Docs Documentation.

License

Version: MPL 2.0

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published