From 778509b5d8b2d2d46af64d00a8c88fee37b02fef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Abraham=20Cede=C3=B1o?= Date: Sun, 25 Oct 2020 02:20:32 -0300 Subject: [PATCH 1/2] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index f70d5e8..4d5a4b0 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,6 @@ The application is compound of the following features:
  • Clustering via pm2 package
  • JWT authentication and routes protection
  • Fancy OAPI Front-end
  • -
  • Notifications through AWS's SES
  • As a side note endpoint tests via mocha and supertest packages were added for major robustness. @@ -97,7 +96,7 @@ There's a OAPI resource to test all the endpoints, you have to log yourself in i Before doing anything you should clone the repo: ```console -foo@bar:~$ git clone https://github.com/wwleak/dragonball.git +foo@bar:~$ git clone https://github.com/eiberham/dragonball.git ``` You should first install docker and docker compose by running: From 20dc9bd5bf5313069a0edaa87b46eae35f44ec9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Abraham=20Cede=C3=B1o?= Date: Sun, 25 Oct 2020 02:36:22 -0300 Subject: [PATCH 2/2] Update README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 4d5a4b0..5b55090 100644 --- a/README.md +++ b/README.md @@ -123,6 +123,17 @@ If for any reason, you come across with the following error while trying to log foo@bar:~$ sudo apt install gnupg2 pass ``` +...Or if you face an error like this + +```console +ERROR: for db Cannot start service db: driver failed programming external connectivity on endpoint +``` +Just run + + ```console +foo@bar:~$ service mongodb stop + ``` + Finally run compose: ```console