- Installation
- Download stikked from https://github.com/claudehohl/Stikked/tags
- Create a user and database for Stikked
- Copy application/config/stikked.php.default to application/config/stikked.php
- Edit configuration settings in application/config/stikked.php - everything is described there
- You're done!
- The database structure will be created automatically if it doesn't exist.
- 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.
- 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:
- */5 * * * * curl --silent http://yoursite.com/cron/[key]
Stikked
