/derbynet

Open-source Pinewood Derby race management, built around a web server and database

Primary LanguagePHPMIT LicenseMIT

Please visit us at https://derbynet.org.

icon

Developing locally

To quickly get started on local development, the existing Docker image can be used.

  1. Install Apache Ant.

    1. You can install WSL and run:

      sudo apt-get update
      sudo apt-get install ant
  2. Execute ant generated from the root of the cloned repository

  3. Instantiate the container:

    docker run -d -p 80:80 -p443:443 -v [** PATH TO YOUR REPOSITORY **]\lib\:/var/lib/derbynet --mount type=bind,src=[** PATH TO YOUR REPOSITORY **]\website\,target=/var/www/html,readonly jeffpiazza/derbynet_server