Skip to content

SheepD/url_shortener

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup Guide

  1. Setup Guide

  1. If you do not have Ruby yet, Install RVM

Run the following in a console:

“‘ $ curl -sSL get.rvm.io | bash -s stable $ rvm @global do gem install bundler “`

  1. Install PhantomJS or any JS Library like Nodejs if you dont have one yet

Run ‘brew install phantomjs` if you haven’t already. Run ‘sudo aptitude install nodejs` for Linux

  1. Install the gems

Install the contents of ‘Gemfile` as follows:

“‘ $ bundle install “`

  1. Start the server

Run ‘$ rails s` in the console Then go to `localhost:3000` to view the app

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published