Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 871 Bytes

File metadata and controls

25 lines (17 loc) · 871 Bytes

Docker

Follow these steps to start the application using Docker

Dependencies

You will need the following things properly installed on your computer.

Steps

  • git clone <repository-url> this repository

  • cd open-event-frontend

  • cp .env.example .env

  • docker-compose up -d

  • Visit your app at http://localhost:4200

Installing open-event-server

  • For installing open-event-server using docker-compose, follow these steps

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