Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 476 Bytes

README.md

File metadata and controls

24 lines (20 loc) · 476 Bytes

Shortener URLs

Short URLs like goo.gl project

About project

How to deploy

  • Clone this project

  • Fix Gemfile with your database

  • Run rails db:migrate

  • Add your info in config/settings.yml for facebook, google sign in

    auth:
      facebook:
        APP_ID: xxx
        APP_SECRET: xx
      google:
        APP_ID: "xxx"
        APP_SECRET: "xxx"
  • Run rails s to start server