Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
davenquinn authored Jan 4, 2024
1 parent e5d73bd commit 6015c1d
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,16 @@ To build (and continuously watch) the frontend, run `make dev`.
A backend API server will be started and proxied, so you don't have to run
`corelle serve`.

### Installation with Docker
### Testing the system

Simply install Docker and run `docker-compose up --build` in the root directory.
Corelle contains an extensive set of conformance tests to ensure that it has
GPlates-compatible rotation handling, and to ensure that rotation APIs perform
correctly and performantly in both Python and PostGIS. To run the test suite,
run `make test-docker` in the application directory.

### Running the web app with Docker

Install Docker and run `docker-compose up --build` in the root directory.
This will build the application, install test data, and spin up the development server.

You can run a development version by creating a `.env` file containing
Expand Down

0 comments on commit 6015c1d

Please sign in to comment.