- Download Git from https://git-scm.com/downloads
- Install Docker.
-
If you are not familiar with virtualization and containerization, we recommend Googling for the basics.
-
For Windows: Docker has great documentation on how to get set up on Windows. Follow these instructions: https://docs.docker.com/docker-for-windows/ Ensure you perform the steps in the section about 'Shared drives', as files will need to be shared from your Drive into the Docker container.
- Fork this repository:
git clone https://github.com/CosmosTUe/cosmos-eventboard.git
- Navigate to the folder you cloned the repository into. Open a Terminal here.
- Ensure Docker is running. In your terminal, start the container:
docker-compose up -d
- Using your web-browser, navigate to
https://localhost/
. If you get a "Your connection is not private" error, go to *Advanced", and proceed to the website. The app show be visible! - When done developing, remember to shut down your Docker container:
docker-compose down