Minor doc update

This commit is contained in:
Clément 2014-10-26 21:49:49 +00:00
parent 17c07d99ff
commit ca38b608ed
2 changed files with 7 additions and 6 deletions

View File

@ -157,9 +157,10 @@ Defines the set of services required to run CKAN. Read the [fig.yml reference](h
--- ---
# Usage # Usage
1. Clone your code in the `_src` directory 1. Clone your code in the `_src` directory (see _src/README)
2. Set the full path of the volumes in fig.yml 2. Clone the datapusher in `_service-provider` (see _service-provider/README)
3. Run `up` with Fig or Vagrant 3. Set the full path of the volumes in fig.yml
4. Run `up` with Fig or Vagrant
## Using Fig (recommended) ## Using Fig (recommended)

View File

@ -15,7 +15,7 @@ solr:
ports: ports:
- "8983:8983" - "8983:8983"
volumes: volumes:
- /Users/Clement/Documents/git/clementmouchet/ckan-docker/_src/ckan/ckan/config/solr/schema.xml:/opt/solr/example/solr/ckan/conf/schema.xml - <path to>/ckan-docker/_src/ckan/ckan/config/solr/schema.xml:/opt/solr/example/solr/ckan/conf/schema.xml
datapusher: datapusher:
build: _service-provider/datapusher build: _service-provider/datapusher
@ -38,7 +38,7 @@ ckan:
- datapusher:datapusher - datapusher:datapusher
command: /sbin/my_init --enable-insecure-key command: /sbin/my_init --enable-insecure-key
volumes: volumes:
- /Users/Clement/Documents/git/clementmouchet/ckan-docker/_src:/usr/lib/ckan/default/src - <path to>/ckan-docker/_src:/usr/lib/ckan/default/src
nginx: nginx:
image: nginx:1.7.6 image: nginx:1.7.6
@ -49,7 +49,7 @@ nginx:
ports: ports:
- "80:80" - "80:80"
volumes: volumes:
- /Users/Clement/Documents/git/clementmouchet/ckan-docker/_etc/nginx/nginx.conf:/etc/nginx/nginx.conf - <path to>/ckan-docker/_etc/nginx/nginx.conf:/etc/nginx/nginx.conf