Skip to content

Instantly share code, notes, and snippets.

View gisdarcon's full-sized avatar

Konstantinos Daras gisdarcon

  • University of Liverpool
  • Liverpool
View GitHub Profile
@gisdarcon
gisdarcon / README.md
Created December 6, 2017 00:21 — forked from clhenrick/README.md
PostgreSQL & PostGIS cheatsheet (a work in progress)
@gisdarcon
gisdarcon / NominatimOnEC2.md
Created October 3, 2016 11:24 — forked from econandrew/NominatimOnEC2.md
Instructions for installing an OpenStreetMap Nominatim geocoder instance on Amazon Linux / EC2 (Dec 2014)

Installing Nominatim on Amazon Linux / EC2

  1. Introduction

The official instructions for installing Nominatim are complete, but brief in places, and several steps must be changed in the Amazon Linux environment (which is roughly CentOS / Redhat). The steps below are rough record of what I did to get it working, but I didn't keep perfect track so you shouldn't rely on them as a shell script. Just follow each step, make sure it worked, and hopefully you'll need to adapt very little (version numbers, for one thing). (I also skip in and out of root, but you can be more careful if you like.)

  1. Setting up the EC2 instance

@gisdarcon
gisdarcon / webfont_colors
Created October 26, 2013 14:36
Changing the webfont color from the default 'black'
/*!
* Bootstrap v3.0.0 - change icon colors!!
*
*/
@font-face {
font-family: 'Glyphicons Halflings';
src: url('../fonts/glyphicons-halflings-regular.eot');
src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}