Please visit us at https://derbynet.org.
To quickly get started on local development, the existing Docker image can be used.
-
Install Apache Ant.
-
You can install WSL and run:
sudo apt-get update sudo apt-get install ant
-
-
Execute
ant generated
from the root of the cloned repository -
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