more updates to README
This commit is contained in:
parent
b841879129
commit
0ba0aa7e1a
10
README.md
10
README.md
@ -14,7 +14,6 @@
|
|||||||
* [Datastore and Datapusher](#Datastore-and-datapusher)
|
* [Datastore and Datapusher](#Datastore-and-datapusher)
|
||||||
* [NGINX](#nginx)
|
* [NGINX](#nginx)
|
||||||
* [The ckanext-envvars extension](#envvars)
|
* [The ckanext-envvars extension](#envvars)
|
||||||
* [Known Issues](#known-issues)
|
|
||||||
|
|
||||||
|
|
||||||
## Overview
|
## Overview
|
||||||
@ -48,7 +47,7 @@ more information.
|
|||||||
|
|
||||||
## Install CKAN plus dependencies
|
## Install CKAN plus dependencies
|
||||||
|
|
||||||
Copy the included `.env.example` and rename it to `.env` - modify it depending on your own needs.
|
Copy the included `.env.example` and rename it to `.env`. Modify it depending on your own needs.
|
||||||
|
|
||||||
Using the default values on the `.env.example` file will get you a working CKAN instance. There is a sysadmin user created by default with the values defined in `CKAN_SYSADMIN_NAME` and `CKAN_SYSADMIN_PASSWORD`(`ckan_admin` and `test1234` by default). This should be obviously changed before running this setup as a public CKAN instance.
|
Using the default values on the `.env.example` file will get you a working CKAN instance. There is a sysadmin user created by default with the values defined in `CKAN_SYSADMIN_NAME` and `CKAN_SYSADMIN_PASSWORD`(`ckan_admin` and `test1234` by default). This should be obviously changed before running this setup as a public CKAN instance.
|
||||||
|
|
||||||
@ -60,6 +59,9 @@ To start the containers:
|
|||||||
|
|
||||||
docker compose up
|
docker compose up
|
||||||
|
|
||||||
|
This will start up the containers in the current window. By default the containers will log direct to this window with each container
|
||||||
|
using a different. You could also use the -d "detach mode" option if you wished to use the current window for something else ie: `docker compose up -d`
|
||||||
|
|
||||||
At the end of the container start sequence there should be 6 containers running
|
At the end of the container start sequence there should be 6 containers running
|
||||||
|
|
||||||

|

|
||||||
@ -211,7 +213,3 @@ For example:
|
|||||||
These parameters can be added to the `.env` file
|
These parameters can be added to the `.env` file
|
||||||
|
|
||||||
For more information please see [ckanext-envvars](https://github.com/okfn/ckanext-envvars)
|
For more information please see [ckanext-envvars](https://github.com/okfn/ckanext-envvars)
|
||||||
|
|
||||||
## Known Issues
|
|
||||||
|
|
||||||
Running the tests: Running the tests for CKAN or an extension inside the container will delete your current database. We need to patch CKAN core in our image to work around that.
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user