This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | #sudo apt-get remove maven2 | |
| sudo add-apt-repository "deb http://ppa.launchpad.net/natecarlson/maven3/ubuntu precise main" | |
| sudo apt-get update | |
| sudo apt-get install maven3 | |
| #If you encounter this: | |
| #The program 'mvn' can be found in the following packages: | |
| # * maven | |
| # * maven2 | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | Spree API Server Needs | |
| - Easy Setup & Deployment (Dokku) | |
| - New Relic | |
| - Error Monitoring (Raven) | |
| - Performance Monitoring (Skylight) | |
| - Logging (Loggly or Logentries?) | |
| - SSL (Dokku handles this) | |
| - Database Backups (http://donpottinger.net/blog/2014/11/22/bye-bye-heroku-hello-dokku-part-2.html (See Clockwork section)) | |
| - Caching (Memcached + Dalli) | |
| - Worker (Sidekiq) | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | fb_root = null | |
| fb_events_bound = false | |
| $ -> | |
| loadFacebookSDK() | |
| bindFacebookEvents() unless fb_events_bound | |
| bindFacebookEvents = -> | |
| $(document) | |
| .on('page:fetch', saveFacebookRoot) |