You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can run this on a linux machine, either in docker or directly on the host
machine. Docker is recommended due to the tangled web of dependencies needed to
build everything.
With docker
Ensure docker is installed (obviously). This should be the only dependency.
Or if you've already downloaded it, ensure that all submodules are checked out:
git submodule update --init --recursive
Place the clean roms "ages_clean.gbc" and "seasons_clean.gbc" in the "roms/" directory.
Then run the following commands:
./setup.sh build-docker # Build docker containers, should only need to do this once
./setup.sh build-rando-clean # Build oracles-randomizer-ng and base roms
./setup.sh start # Run the webui on port 80
Do not run the commands as root, npm will complain (sudo should be fine).
You can view the server logs with:
sudo docker logs rando-server-container
Stop the server with:
./setup.sh stop
Over time, you may get a pileup of unused docker images. You may want to free up
some disk space with: