From 6dde50931ce6ca20087b6c6c21c6c27eadee3de4 Mon Sep 17 00:00:00 2001 From: Philip Cline <63798641+philip-cline@users.noreply.github.com> Date: Tue, 16 May 2023 16:17:15 -0400 Subject: [PATCH 1/3] feat(readme): Add gitter to README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9df4b1ba9..564f45619 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Transit Data Manager +[![Join the chat at https://gitter.im/transit-data-tools/datatools-server](https://badges.gitter.im/repo.png)](https://gitter.im/transit-data-tools/datatools-server) + The core application for IBI Group's transit data tools suite. ## Documentation @@ -9,4 +11,8 @@ View the [latest documentation](http://conveyal-data-tools.readthedocs.org/en/la Note: `dev` branch docs can be found [here](http://conveyal-data-tools.readthedocs.org/en/dev/). ## Docker Image -The easiest way to get `datatools-server` running is to use the provided `Dockerfile` and `docker-compose.yml`. The `docker-compose.yml` includes both database servers that are needed. Edit the supplied configurations in the `configurations` directory to ensure the server starts correctly. Once this is done running `docker-compose up` will start Datatools and all required database servers. \ No newline at end of file +The easiest way to get `datatools-server` running is to use the provided `Dockerfile` and `docker-compose.yml`. The `docker-compose.yml` includes both database servers that are needed. Edit the supplied configurations in the `configurations` directory to ensure the server starts correctly. Once this is done running `docker-compose up` will start Datatools and all required database servers. + +## Getting in touch + +We have a Gitter [space](https://matrix.to/#/#transit-data-tools:gitter.im) for the full TRANSIT-Data-Tools project where you can post questions and comments. From b45a2188235d83897b2cb4fd2315257d8c072bc2 Mon Sep 17 00:00:00 2001 From: "philip.cline" Date: Tue, 16 May 2023 16:20:17 -0400 Subject: [PATCH 2/3] refactor(readme): consistent use of transit-data-tools --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 564f45619..955db7c8b 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Join the chat at https://gitter.im/transit-data-tools/datatools-server](https://badges.gitter.im/repo.png)](https://gitter.im/transit-data-tools/datatools-server) -The core application for IBI Group's transit data tools suite. +The core application for IBI Group's TRANSIT-Data-Tools suite. ## Documentation From 87754b7c7f4f3aad781329f88c113386d29b5aed Mon Sep 17 00:00:00 2001 From: "philip.cline" Date: Thu, 15 Jun 2023 14:10:52 -0400 Subject: [PATCH 3/3] refactor(README): use matrix link everywhere --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 955db7c8b..3be63c313 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Transit Data Manager -[![Join the chat at https://gitter.im/transit-data-tools/datatools-server](https://badges.gitter.im/repo.png)](https://gitter.im/transit-data-tools/datatools-server) +[![Join the chat at https://matrix.to/#/#transit-data-tools:gitter.im](https://badges.gitter.im/repo.png)](https://matrix.to/#/#transit-data-tools:gitter.im) The core application for IBI Group's TRANSIT-Data-Tools suite.