Skip to content

Latest commit

 

History

History
26 lines (13 loc) · 1.3 KB

README.md

File metadata and controls

26 lines (13 loc) · 1.3 KB

Proposals

"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.

Setup Instructions

  1. Copy the docker-compose.yml.example file to docker-compose.yml.

  2. Create the data containers if necessary, for persistent storage, as described at the top of the file.

  3. Fill in the environment variables for usernames & passwords, and various seed keys, in the file.

  4. docker-compose up to build & run the containers.

  5. docker exec -it proposals bash to get a shell.

Alternatively:

  1. Copy .env.rb.example to .env.rb and add your env variables.

Codacy Badge

Codacy Badge