Move large.sql into the repo

This commit is contained in:
Will Nilges 2022-06-25 20:44:19 -04:00
parent ce35fc90a0
commit 401902b4a9
3 changed files with 16080 additions and 1 deletions

View file

@ -29,6 +29,8 @@ ssh example@dev-server.csh.rit.edu -L 8000:localhost:8000
1. Build your containers. The `proxstar` container serves as proxstar, rq, rq-scheduler, and VNC. The `proxstar-postgres` container sets up the database schema.
`mkdir HACKING/proxstar-postgres/volume`
`podman build . --tag=proxstar`
`podman build HACKING/proxstar-postgres --tag=proxstar-postgres`