From 3df1a54a8b900210e0da42d1404f12ee207fc66c Mon Sep 17 00:00:00 2001 From: David Read Date: Mon, 1 Dec 2014 14:45:33 +0000 Subject: [PATCH] Update README.md Fix minor typos in docs. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d3e796e..b358758 100755 --- a/README.md +++ b/README.md @@ -114,7 +114,7 @@ The database container runs Postgres 9.3 and PostGIS 2.1. It supports the [datastore](http://docs.ckan.org/en/latest/maintaining/datastore.html) & [ckanext-spatial](https://github.com/ckan/ckanext-spatial) ##### Data Dockerfile -The data container is optional but recommended. It exposes two volumes to store the Postgres data `($PGDATA)` & CKAN FileStore. This means you can recreate / app containers without loosing your data. +The data container is optional but recommended. It exposes two volumes to store the Postgres data `($PGDATA)` & CKAN FileStore. This means you can recreate / app containers without losing your data. ##### Solr Dockerfile The Solr container runs version 4.10.1. This can easily be changed by customising SOLR_VERSION in the Dockerfile. @@ -246,7 +246,7 @@ If you want to quickly remove all stopped containers docker rm $(docker ps -a -q) --- -## Developping CKAN +## Developing CKAN ### Using paster serve instead of apache for development CKAN container starts Apache2 by default and the `ckan.site_url` port is set to `8080` in `50_configure`.