Minor doc update
This commit is contained in:
parent
17c07d99ff
commit
ca38b608ed
@ -157,9 +157,10 @@ Defines the set of services required to run CKAN. Read the [fig.yml reference](h
|
||||
---
|
||||
# Usage
|
||||
|
||||
1. Clone your code in the `_src` directory
|
||||
2. Set the full path of the volumes in fig.yml
|
||||
3. Run `up` with Fig or Vagrant
|
||||
1. Clone your code in the `_src` directory (see _src/README)
|
||||
2. Clone the datapusher in `_service-provider` (see _service-provider/README)
|
||||
3. Set the full path of the volumes in fig.yml
|
||||
4. Run `up` with Fig or Vagrant
|
||||
|
||||
|
||||
## Using Fig (recommended)
|
||||
|
||||
6
fig.yml
6
fig.yml
@ -15,7 +15,7 @@ solr:
|
||||
ports:
|
||||
- "8983:8983"
|
||||
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:
|
||||
build: _service-provider/datapusher
|
||||
@ -38,7 +38,7 @@ ckan:
|
||||
- datapusher:datapusher
|
||||
command: /sbin/my_init --enable-insecure-key
|
||||
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:
|
||||
image: nginx:1.7.6
|
||||
@ -49,7 +49,7 @@ nginx:
|
||||
ports:
|
||||
- "80:80"
|
||||
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
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user