Docker
November 19, 2020 ยท View on GitHub
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