A refurbished version of the original Beehive!
- Download Docker
- Boot the application
- Terminal Command:
docker-compose up
- Terminal Command:
- Create the database
- In another terminal, run:
docker-compose run web rake db:create
- In another terminal, run:
- Within a browser, open:
localhost:3000
- [Optional] Boot the application again
- Same procedure as step 2
- Reminder: Delete the file
tmp/pids/server.pid
if you stop the application withCtrl-C
in the same shell in which you executed thedocker-compose up
- 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
)