Skip to content

Latest commit

 

History

History
52 lines (30 loc) · 1.21 KB

File metadata and controls

52 lines (30 loc) · 1.21 KB

README

This README would normally document whatever steps are necessary to get the application up and running.

Things you may want to cover:

  • Ruby version

  • System dependencies

  • Configuration

  • Database creation

  • Database initialization

  • How to run the test suite

  • Services (job queues, cache servers, search engines, etc.)

  • Deployment instructions

Getting Started

  1. Install Rails at the command prompt if you haven't yet:

     $ gem install rails
    
  2. Change directory to Rails_App and start the web server:

     $ cd Rails_App
     $ rails server
    

    Run with --help or -h for options.

  3. Using a browser, go to http://localhost:3000 and you'll see: "Yay! You’re on Rails!"

  4. Follow the guidelines to start developing your application. You may find the following resources handy:

License

Ruby on Rails is released under the MIT License.

  1. Heroku not implemented!