Skip to content

Commit 6bfdc41

Browse files
committed
Recreating the intetion of PR Islandora#1816 explaining "make not found error"
1 parent 3aea25a commit 6bfdc41

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/installation/docker-troubleshooting.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Troubleshooting
22

3+
### Make command not found
4+
5+
If you get the error `bash: make: command not found` then you need to install GNU make. Run `sudo apt update` and `sudo apt install make` to install.
6+
37
### Docker Versions
48

59
If you get an error such as: `ERROR: Version in "./docker-compose.activemq.yml" is unsupported.`, then you need to upgrade Docker. Enter the command `make clean` before re-attempting to `make demo`.
@@ -20,6 +24,6 @@ If you are using Docker Desktop for Mac, and get timeout errors when spinning up
2024
ERROR: for isle-dc_mariadb_1 UnixHTTPConnectionPool(host='localhost', port=None): Read timed out. (read timeout=480)
2125
```
2226

23-
you can try quitting Docker completely (make sure there is no whale icon in your top toolbar - may need to select "Quit" from the whale icon itself) and then restart Docker.
27+
you can try quitting Docker completely (make sure there is no whale icon in your top toolbar - may need to select "Quit" from the whale icon itself) and then restart Docker.
2428
### 504 Bad Gateway
2529
If you get a white screen with a 504 Bad Gateway error, this means your containers haven't finished initializing themselves yet. If you've waiting an appropriate amount of time (2-5 minutes), then there is most likely an error in a container's startup script. Use `docker ps -a` to see which services have `Exited` status, and then tail their logs with `docker-compose logs service_name`.

0 commit comments

Comments
 (0)