Skip to content

superLimitBreak/superLimitBreakSetup

Repository files navigation

superLimitBreakSetup

A repo to build and run the superLimtBreak.uk tech stack.

Used for:

OSX and Linux

Run Local

    # TODO: PATH_HOST_media_example is not complete
    export PATH_HOST_media="$(pwd)/PATH_HOST_media_example"
    docker-compose up
    python3 -m webbrowser -t "http://localhost"

Run Production

    docker-compose --file docker-compose.production.yml up

Build

    make build

docker-compose build cannot be used (yet) because some of the repos Makefiles copy some files about. (I think it's only one repo now. I hope we can remove reliance on make at somepoint. This will make building windows compatible too)

Windows

Run

     cmd /V /C "set PATH_HOST_media=C:\Users\username\media\&& docker-compose up"

PATH_HOST_media Folder Structure

  • displayTriggerEventMap
    • my_eventmap.json (example)
  • stageOrchestrationSequences
    • light_sequence.py (example)
  • test_image.png (example)
  • test_video.mp4 (example)

About

A repo to build and run the superLimtBreak.uk tech stack

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published