We're using Rails 4, PostgreSQL 9.3.4, and PostGIS 2.1.2.
createdb -E UTF8 template_postgis
createlang -d template_postgis plpgsq
psql -d template_postgis -c "CREATE EXTENSION postgis WITH SCHEMA public;"
| /*Sidebar*/ | |
| #sidebar{} /*General sidebar style*/ | |
| #sidebar #working-set-header{} /*"Working files" header*/ | |
| #sidebar #open-files-container{} /*Working files style*/ | |
| #sidebar #open-files-container ul li.selected a{} /*Selected working file*/ | |
| #sidebar #open-files-container ul li.selected a span.extension{} /*Selected working file's extension*/ | |
| #sidebar #open-files-container ul li .file-status-icon{} /*Icon next to a file, dot, X etc.*/ | |
| #!/bin/sh | |
| ### BEGIN INIT INFO | |
| # Provides: GeoServer | |
| # Required-Start: $local_fs $network $named $time $syslog | |
| # Required-Stop: $local_fs $network $named $time $syslog | |
| # Default-Start: 2 3 4 5 | |
| # Default-Stop: 0 1 6 | |
| # Description: Starts and stops the GeoServer, which should be located at /usr/share/geoserver | |
| ### END INIT INFO |
| #!/bin/sh | |
| # Script to compile nginx on ubuntu with lua support. | |
| # Assumes that nginx source is already present in current working dir, after running... | |
| # | |
| # $ apt-get source nginx | |
| # | |
| # ... and that nginx-<version>/debian/rules has been updated with | |
| # the desired options, including those passed to ./configure | |
| # |
| #!/bin/sh | |
| ### BEGIN INIT INFO | |
| # Provides: <NAME> | |
| # Required-Start: $local_fs $network $named $time $syslog | |
| # Required-Stop: $local_fs $network $named $time $syslog | |
| # Default-Start: 2 3 4 5 | |
| # Default-Stop: 0 1 6 | |
| # Description: <DESCRIPTION> | |
| ### END INIT INFO |
| license: mit | |
| height: 720 | |
| border: no |
| license: mit | |
| height: 720 | |
| border: no |
| license: mit | |
| height: 720 | |
| border: no |
| license: mit | |
| height: 720 | |
| border: no |