Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 506 Bytes

readme.markdown

File metadata and controls

18 lines (13 loc) · 506 Bytes

scalar-docker

A Docker container for scalar. Uses a submodule to track the code upstream and copies files found in patches/ on top of the application, saving us from having to maintain a fork and a submodule.

Try it locally

git clone --recursive https://git.lafayette.edu/dss/scalar-docker
cd scalar-docker
docker compose up -d --build

Visit localhost:4000 to browse the installation. Uses mysql:8 image for the DB backend.