Skip to content

Commit

Permalink
Modernize git clone command (#1371)
Browse files Browse the repository at this point in the history
Signed-off-by: Preston Badeer <preston@badeer.co>

Co-authored-by: Preston Badeer <467756+pbadeer@users.noreply.github.com>
  • Loading branch information
pbadeer authored Jul 26, 2021
1 parent c4e3296 commit d2f38c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The following instructions are for setting up a version of Amundsen using Docker
1. Make sure you have at least 3GB available to docker. Install `docker` and `docker-compose`.
2. Clone [this repo](https://github.com/amundsen-io/amundsen) and its submodules by running:
```bash
$ git clone --recursive git@github.com:amundsen-io/amundsen.git
$ git clone --recursive https://github.com/amundsen-io/amundsen.git
```
3. Enter the cloned directory and run below:
```bash
Expand Down Expand Up @@ -80,4 +80,4 @@ Atlas would be ready once you'll have the following output in the docker output
5. If ES container crashed with Docker error 137 on the first call from the website (http://localhost:5000/), this is because you are using the default Docker engine memory allocation of 2GB. The minimum needed for all the containers to run with the loaded sample data is 3GB. To do this go to your `Docker -> Preferences -> Resources -> Advanced` and increase the `Memory`, then restart the Docker engine.
![](img/docker_memory_setup.jpg)
6. [Windows Troubleshooting](windows_troubleshooting.md)
6. [Windows Troubleshooting](windows_troubleshooting.md)

0 comments on commit d2f38c7

Please sign in to comment.