Skip to content

chore(docs): Docs for installation using docker compose #4827

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Aug 22, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 8 additions & 3 deletions docs/installation/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,16 @@ You will need the following things properly installed on your computer.

* **[Git](https://git-scm.com/)**
* **[Docker CE](https://docs.docker.com/install/)**
* **[docker-compose](https://docs.docker.com/compose/install/)**

## Steps
* `git clone <repository-url>` this repository
* `cd open-event-frontend`
* `docker build . -t opev-frontend`
* `docker run -d --name opev-frontend-container -p 4200:4000 opev-frontend`

* Visit your app at [http://localhost:4200](http://localhost:4200).
* `cp .env.example .env`
* `docker-compose up -d`

* Visit your app at [http://localhost:4200](http://localhost:4200)

## Version Information
* These steps were tested successfully on _Pop!OS 20.04(LTS)_ with **Docker version 19.03.12** and **docker-compose version 1.26.2**