Please keep in mind, that this is an alpha version. This affects several things like missing authentication, security checks or sometimes architectural stuff.
This version is not intended to be used in production!
Learn more about Clarify in the following blog post (Text: German)
http://blog.namics.com/2012/03/clarify-ein-toolkit-fur-den-frontend-workflow.html
- PHP 5.2+
- MySQL 5+
- Apache (.htaccess Support)
- Modern Browser (with HTML5 Canvas Support)
- Create a database (e.g. "clarify") and configure its name in
/application/config-private.php
(create the file initially) - Run
/application/db/create-tables.sql
against the newly created database. - Create the folders
/application/cache
and/public/upload
and givechmod 777
to them - Open up the application in your browser and have fun
Copyright (c) 2012 Roger Dudler [email protected]
Licensed under the MIT license: http://www.opensource.org/licenses/MIT