This application was generated with the rails_apps_composer gem provided by the RailsApps Project.
Rails Composer is supported by developers who purchase our RailsApps tutorials.
Need help? Ask on Stack Overflow with the tag 'railsapps.'
Your application contains diagnostics in the README file. Please provide a copy of the README file when reporting any issues.
If the application doesn't work as expected, please report an issue and include the diagnostics.
This application requires:
- Ruby 2.2.2
- Rails 4.2.5.1
Learn more about Installing Rails.
You must have Docker and Docker Compose installed on your system. After installing these tools, you can run the project from the terminal by navigating to the project directory and executing the following commands:
docker-compose build
docker-compose up
Open a new terminal and run these two:
docker-compose run rsvpapp bundle exec rake db:create
docker-compose run rsvpapp bundle exec rake db:migrate
After your project is set up, you only need to execute docker-compose up
the next time you want to run it again.