docker-cartojw/cartodb_pgsql.sh
fleu 21cc7911c1 Populate docker-cartodb with required files.
Here I commit all the required files for a development cartodb container
to be successfully build and run with Docker.
2014-11-15 16:32:19 +01:00

8 lines
121 B
Bash
Executable File

#!/bin/bash
#
# Init script to success tests.
#
psql -c "CREATE EXTENSION postgis;"
psql -c "CREATE EXTENSION cartodb;"