Skip to content

codeblue-ctf/bullseye-web

Repository files navigation

README

System dependencies

  • ruby 2.6.4

Configuration

$ bundle install

Database initialization

$ rails db:create
$ rails db:migrate

Generate htpasswd for Docker Registry

Do it after create the teams

$ rake generate_htpasswd:from_teams

How to run the test suite

No test suites...

Deployment instructions

Bulls Eye Web

$ rails start