Skip to content

ulab-advanced-technologies-group/Beehive-v2

Repository files navigation

Beehive Version 2.0

Maintainability Test Coverage PRs Welcome

A refurbished version of the original Beehive!

How to run this Ruby on Rails application?

  1. Download Docker
  2. Boot the application
    • Terminal Command: docker-compose up
  3. Create the database
    • In another terminal, run: docker-compose run web rake db:create
  4. Within a browser, open: localhost:3000
  5. [Optional] Boot the application again
    • Same procedure as step 2
    • Reminder: Delete the file tmp/pids/server.pid if you stop the application with Ctrl-C in the same shell in which you executed the docker-compose up
  6. To stop the application, run docker-compose down in your project directory (preferably in a different shell than the one in which you executed the docker-compose up)

About

A refurbished Beehive application written in Rails 5!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published