From Trivial Tern, 10 Years ago, written in Plain Text.
Embed
  1. Installation
  2.  
  3.     Download stikked from https://github.com/claudehohl/Stikked/tags
  4.     Create a user and database for Stikked
  5.     Copy application/config/stikked.php.default to application/config/stikked.php
  6.     Edit configuration settings in application/config/stikked.php - everything is described there
  7.  
  8.     You're done!
  9.  
  10.     The database structure will be created automatically if it doesn't exist.
  11.     No special file permissions are needed by default. Optional: If you want to have the JavaScript- and CSS-files minified, the static/asset/ folder has to be writable.
  12.     To ensure that pastes with an expiration set get cleaned up, define the cron key in the config and set up a cronjob, for example:
  13.         */5 * * * * curl --silent http://yoursite.com/cron/[key]
  14.