Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 945 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 945 Bytes

Clarify - A Toolkit for the Frontend Workflow

Please keep in mind, that this is an early version of Clarify.

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

Requirements

  • PHP 5.2+
  • MySQL 5+
  • Apache (.htaccess Support)
  • Modern Browser (with HTML5 Canvas Support)

Installation

  1. Create a database (e.g. "clarify") and configure its name in /application/config/config-private.php (create the file initially or copy config.php)
  2. Run /application/db/create-tables.sql against the newly created database.
  3. Create the folders /application/cache and /public/upload and give chmod 777 to them
  4. Open up the application in your browser and have fun

Copyright & License

Copyright (c) 2012 Roger Dudler roger.dudler@gmail.com

Licensed under the MIT license: http://www.opensource.org/licenses/MIT