Skip to content

Latest commit

 

History

History
63 lines (40 loc) · 1.7 KB

README.md

File metadata and controls

63 lines (40 loc) · 1.7 KB

Rsvp

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.

Problems? Issues?

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.

Ruby on Rails

This application requires:

  • Ruby 2.2.2
  • Rails 4.2.5.1

Learn more about Installing Rails.

Running the project using Docker

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.

Getting Started

Documentation and Support

Issues

Similar Projects

Contributing

Credits

License