"Proposals" is a web application for accepting proposals for scientific meetings, such as workshops or conferences, and facilitating the peer-review and selection process at BIRS.
See the wiki for the intial specifications.
-
Copy the
docker-compose.yml.example
file todocker-compose.yml
. -
Create the data containers if necessary, for persistent storage, as described at the top of the file.
-
Fill in the environment variables for usernames & passwords, and various seed keys, in the file.
-
docker-compose up
to build & run the containers. -
docker exec -it proposals bash
to get a shell.