Skip to content

jakepruitt/ticketlist-1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

WINDOWS INSTRUCTIONS

  1. Download Ruby 2.1.4 from rubyinstaller.org/downloads

  2. Open command prompt and type “‘gem install rails“` to install Rails 4

  3. Download imagemagick from www.imagemagick.org/script/binary-releases.php#windows

  4. Extract and move the folder to C:/Program Files so that the path will be “‘C:/Program Files/ImageMagick-6.8.9-Q16“`

  5. In command prompt, type “‘bundle install“` to download dependencies

  6. To set up the database “‘rake db:migrate“`

  7. Run the rails server by typing “‘rails server“`

  8. Run web application by accessing the address “‘localhost:3000“` in a web browser

MAC INSTRUCTIONS

  1. Ruby is already installed on Mac but users may wish to download the latest version of rails from rubyinstaller.org/downloads

  2. Open a terminal and type “‘gem install rails“` to install Rails 4

  3. Download imagemagick from www.imagemagick.org/script/binary-releases.php#macosx

  4. Extract and move the folder to some path.

  5. Modify this line “‘Paperclip.options = “C:/Program Files/ImageMagick-6.8.9-Q16”“` in “`config/environments/development.rb“` to the path where you put imagemagick

  6. In command prompt, type “‘bundle install“` to download dependencies

  7. To set up the database “‘rake db:migrate“`

  8. Run the rails server by typing “‘rails server“

  9. Run web application by accessing the address “‘localhost:3000“` in a web browser

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 94.3%
  • CSS 3.9%
  • JavaScript 1.1%
  • CoffeeScript 0.7%