Commit f2641319 authored by rosejcday's avatar rosejcday Committed by Tao Feng

Updated the install doc (#104)

- Updated requirements for install
- Updated the install doc to add public.Dockerfile to fix this error: 
unable to prepare context: unable to evaluate symlinks in Dockerfile path: lstat ../amundsenfrontendlibrary/Dockerfile: no such file or directory
parent 147bd907
......@@ -35,7 +35,7 @@ $ python3 amundsen_application/wsgi.py
The following instructions are for setting up a version of Amundsen using Docker. At the moment, we only support a bootstrap for connecting the Amundsen application to an example metadata service.
1. Install `docker`, `docker-compose`, and `docker-machine`.
2. Install `virtualbox`.
2. Install `virtualbox` and `virtualenv`.
3. Start a managed docker virtual host using the following command:
```bash
# in our examples our machine is named 'default'
......@@ -62,7 +62,7 @@ $ eval $(docker-machine env default)
$ docker build -f public.Dockerfile -t amundsen-frontend:latest .
# in ~/<your-path-to-cloned-repo>/amundsensearchlibrary
$ docker build -f Dockerfile -t amundsen-search:latest .
$ docker build -f public.Dockerfile -t amundsen-search:latest .
```
7. Start all of the services using:
```bash
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment