Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 481 Bytes

File metadata and controls

20 lines (16 loc) · 481 Bytes

At least 1GB Memory

Mysql (or remote if not installed on the same host) Git Docker Docker Compose

// To download docker compose https://github.com/docker/compose/releases

$ sudo chown -R $(whoami) /usr/local/bin

To run docker-compose up , might need to use sudo or add myself to group

$ usermod -aG docker ${USER}

To edit files inside docker might need to use (if Nano not responding): docker exec -it score_updater /bin/bash -c "export TERM=xterm; exec bash"