Skip to content

Latest commit

 

History

History
22 lines (11 loc) · 525 Bytes

README.rdoc

File metadata and controls

22 lines (11 loc) · 525 Bytes

Welcome to Url Shortener!

A basic and functional url shortener with RoR

Getting Started

  1. Clone this repo:

    <tt>git clone [email protected]:ravishanker/urlshortener.git</tt>
  2. Run rake :

    <tt>cd urlshortener; rake db:migrate</tt> (rake -T for options)
  3. Change directory to urlshortener and start the web server:

    <tt>cd urlshortener; rails server</tt> (run with --help for options)
  4. Go to localhost:3000/ and you’ll see:

    "Welcome aboard: You're running Shorten!"