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
    
  
  
    
  | # Install Java | |
| sudo apt-get install openjdk-7-jre-headless -y | |
| # Download & install the Public Signing Key | |
| wget -qO - http://packages.elasticsearch.org/GPG-KEY-elasticsearch | sudo apt-key add - | |
| # Add the following to /etc/apt/sources.list | |
| deb http://packages.elasticsearch.org/elasticsearch/1.3/debian stable main | |
| # Update Aptitude | 
  
    
      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
    
  
  
    
  | # CONFIGURATION | |
| #MYSQL credentials | |
| MYSQL_USER="root" | |
| MYSQL_PASS="" | |
| # The user Apache runs as - e.g. _www, www-data | |
| APACHE_RUNAS="_www" | |
| #Bitbucket credentials | 
  
    
      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
    
  
  
    
  | <?php | |
| use Illuminate\Console\Command; | |
| use Symfony\Component\Console\Input\InputOption; | |
| use Symfony\Component\Console\Input\InputArgument; | |
| class ClearBeanstalkdQueueCommand extends Command { | |
| /** | 
  
    
      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
    
  
  
    
  | /** | |
| * T'ipsum, a dead simple class for generating Yorkshire t'ipsum. | |
| * | |
| * Based on http://tlipsum.appspot.com/ by @tonyblundell. | |
| */ | |
| class Tipsum { | |
| /** | |
| * The actual text | |
| */ | 
  
    
      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
    
  
  
    
  | <?php namespace Lukaswhite\Pagination; | |
| use Illuminate\Pagination\Paginator; | |
| class FoundationPresenter { | |
| /** | |
| * The paginator instance being rendered. | |
| * | |
| * @var \Illuminate\Pagination\Paginator | 
NewerOlder