Dev Cribsheet - blitterated/groove_automator GitHub Wiki
Make sure you're in the GrooveScribe repo's directory
Run darkhttpd in foreground to serve GrooveScribe
darkhttpd . --port 8080 --addr 127.0.0.1Or run darkhttpd in background to serve GrooveScribe
darkhttpd . --port 8080 --addr 127.0.0.1- byebug
- pry-byebug
- ruby/debug
docker run -it \
--mount type=bind,source="$(pwd)",target="/src" \
--name groove-automator \
chruby-dde-3.3Start container
docker start -ai groove-automatorChange to /src directory (TODO: add to Dockerfile)
cd /srcRun Pry and load Groove Automator
pry load './groove_automator.rb'