Skip to content

Instantly share code, notes, and snippets.

View jpacora's full-sized avatar

Jorge Pacora jpacora

View GitHub Profile
@jpacora
jpacora / osrm_docker_windows.md
Created July 15, 2024 16:16 — forked from AlexandraKapp/osrm_docker_windows.md
How to set up your own OSRM backend with Docker on Windows

How to set up your own OSRM backend with Docker on Windows

The OSRM docker quick start provides a great explanation on how to set up the container: https://hub.docker.com/r/osrm/osrm-backend/

Yet - for Docker on Windows minor changes were necessary for me (otherwise I'd get "File not found" or "Permission" errors).

This is how it worked for me:

1. Pull the image

@jpacora
jpacora / LetsEncrypt.md
Created December 7, 2016 02:04 — forked from davestevens/LetsEncrypt.md
Let’s Encrypt setup for Apache, NGINX & Node.js

Let's Encrypt

Examples of getting certificates from Let's Encrypt working on Apache, NGINX and Node.js servers.

Obtain certificates

I chose to use the manual method, you have to make a file available to verify you own the domain. Follow the commands from running

git clone https://github.com/letsencrypt/letsencrypt
cd letsencrypt