Skip to content

cakephp/bin.cakephp.org

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cakebin

A simple pastebin built with CakePHP. This application also powers http://bin.cakephp.org

Installation

  • Clone the repo.
  • Link to CakePHP using either the include_path or setting the CAKE_CORE_INCLUDE_PATH constant.
  • Create Config/database.php.
  • Install the schema with Console/cake schema create -name BinCakephpOrg
  • Install submodules with git submodule update --init
  • Profit