Skip to content

manolotis/cosmos-eventboard

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cosmos Eventboard

Installation Instructions

Setting up your Environment

  1. Download Git from https://git-scm.com/downloads
  2. 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.

Setting up the Eventboard

  1. Fork this repository: git clone https://github.com/CosmosTUe/cosmos-eventboard.git
  2. Navigate to the folder you cloned the repository into. Open a Terminal here.
  3. Ensure Docker is running. In your terminal, start the container: docker-compose up -d
  4. 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!
  5. When done developing, remember to shut down your Docker container: docker-compose down

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 85.0%
  • CSS 10.1%
  • JavaScript 4.9%