github
Advanced Search
  • Home
  • Pricing and Signup
  • Explore GitHub
  • Blog
  • Login

klevo / wildflower

  • Admin
  • Watch Unwatch
  • Fork
  • Your Fork
  • Pull Request
  • Download Source
    • 163
    • 29
  • Source
  • Commits
  • Network (29)
  • Issues (7)
  • Downloads (2)
  • Wiki (2)
  • Graphs
  • Branch: master

click here to add a description

click here to add a homepage

  • Branches (10)
    • asset-management
    • auth_component
    • back_to_conventions
    • back_to_conventions_majic3
    • david_kruger_theme
    • forks_integration
    • gh-pages
    • l18n
    • majic3
    • master ✓
  • Tags (1)
    • 060110
Sending Request…
Click here to lend your support to: wildflower and make a donation at www.pledgie.com ! Edit Pledgie Setup

Pledgie Donations

Once activated, we'll place the following badge in your repository's detail box:
Pledgie_example
This service is courtesy of Pledgie.

A CakePHP Content Management System — Read more

  cancel

http://wf.klevo.sk

  cancel
  • Private
  • Read-Only
  • HTTP Read-Only

This URL has Read+Write access

Per-page Meta is output or default meta from settings; also corrected 
comment note in vendors/wf_core.php 
majic3 (author)
Thu Feb 04 22:16:18 -0800 2010
commit  eeb947a370a798fc9c5187497f10c3d52e0f2449
tree    4fd099e313d008761cfb80d8e15c16df4871d136
parent  6b82c44320dad2c070a29c8c9b3ce41b1bdcfac9
wildflower /
name age
history
message
file .gitignore Tue Jan 12 02:24:12 -0800 2010 Gitignore does not ignore plugins/ [klevo]
file .htaccess Sun Apr 19 03:04:34 -0700 2009 HTML cache tested and working for page view [klevo]
file README Thu Feb 04 10:45:50 -0800 2010 Adding IRC info [majic3]
directory app/ Thu Feb 04 04:57:23 -0800 2010 Fresh DB dump [klevo]
directory cake/ Sat Sep 12 01:36:51 -0700 2009 Updated to CakePHP 1.2.5, moved all vendors to ... [klevo]
directory docs/ Sat Aug 01 04:26:39 -0700 2009 PHP 5.3 error reporting [klevo]
file index.php Sat Sep 12 01:36:51 -0700 2009 Updated to CakePHP 1.2.5, moved all vendors to ... [klevo]
directory vendors/ Thu Feb 04 22:16:18 -0800 2010 Per-page Meta is output or default meta from se... [majic3]
directory wildflower/ Thu Feb 04 22:16:18 -0800 2010 Per-page Meta is output or default meta from se... [majic3]
README
Wildflower 1.3 Beta - A CakePHP CMS
***********************************

Requirements
============

    * Apache web server with mod_rewrite
    * No problem to run under some other web server like lighttpd or IIS, you just need to emulate the mod_rewrite rules 
    
    * PHP 5.2 or higher (reported to work with 5.1)
    * MySQL 4.1 or higher

Installation
============

   1. Extract the archive. Place the 'wildflower' directory inside your apache document root or some folder under it. Of 
   course you can rename the 'wildflower' directory at will*
   2. Create a new MySQL database. Use 'utf8_unicode_ci' collation. Into this new database import the SQL dump file 
   'app/config/sql/wildflower.sql'.
   3. Edit the app/config/database.php file with your database connection details.
   4. You can start working on your project by modifying the application inside the app directory. Upgrading requires 
   little effort and time (see Upgrading).
   5. The admin area is located under 'http://your-site/admin'.
   6. Default login/password combination for admin area is admin/admin321 -- change this by clicking users (main admin 
   menu far right) click admin user, then click change password.
   7. Review settings in vendors/wf_core.php (more is set in db login goto settings)
   
The Wildflower Way - or why its not a CakePHP plugin
====================================================

WF uses the additional MVC paths CakePHP feature. All the Wildflower MVC (models, views, controllers) are located inside 
the /wildflower directory. Except the app_controller.php, app_model.php and app_helper.php. These are of course 
essential for proper WF functioning and are found standardly in the /app folder. This architecture enables you to copy 
any WF MVC file into your /app folder, modify it and Cake will automatically use it. With the core features of 
Wildflower and some settings can ease the customisation of the site it powers.  Adding custom controllers/models/etc, 
for your custom functionality is simple.  Since your app specific code isolated upgrading is simple.


Upgrading
=========
    0. Backup :)
    1. Copy and overwrite all the files with the new version.
    2. Run database migrations. From your working folder launch from the shell: 'php vendors/ruckusing/main.php 
    db:migrate'. This will update your database to the latest version.
   
Problems logging in after updating to AuthComponent enabled version? (1.3b1) / need to generate a password to insert 
directly into DB?
========================================================================================================================
==============

Use the UtilityShell to generate an AuthComponent compatible password hash:
./cake/console/cake wildflower hash myPassword

Insert the result into your database in the 'password' field of the 'users' table.

or run this sql (get the salt value from - app/config/core.php)

UPDATE users SET password = sha1(concat('salt', 'admin123')) WHERE login = 'admin';

Support & more information 
===========================

http://github.com/klevo/wildflower 
http://forums.wf.klevo.sk
http://twitter.com/wildflowerCMS
http://github.com/klevo/wildflower/issues
irc://irc.freenode.net/wildflower

The wf.klevo.sk is out of date, content refers to an old version of WF - updaing soon :)


Wildflower Logo designed by Oliver Treend
http://www.olivertreend.com/


Content of CakePHP README file
******************************

CakePHP is a rapid development framework for PHP which uses commonly known design patterns like Active Record, 
Association Data Mapping, Front Controller and MVC. Our primary goal is to provide a structured framework that enables 
PHP users at all levels to rapidly develop robust web applications, without any loss to flexibility.

The Cake Software Foundation - promoting development related to CakePHP
http://www.cakefoundation.org/

CakePHP - the rapid development PHP framework
http://www.cakephp.org

Cookbook - user documentation for learning about CakePHP
http://book.cakephp.org

API - quick reference to CakePHP
http://api.cakephp.org

The Bakery - everything CakePHP
http://bakery.cakephp.org

The Show - live and archived podcasts about CakePHP and more
http://live.cakephp.org

CakePHP Google Group - community mailing list and forum
http://groups.google.com/group/cake-php

#cakephp on irc.freenode.net - chat with CakePHP developers
irc://irc.freenode.net/cakephp

CakeForge - open development for CakePHP
http://cakeforge.org

CakePHP gear
http://www.cafepress.com/cakefoundation

Recommended Reading
http://astore.amazon.com/cakesoftwaref-20/
Blog | Support | Training | Contact | API | Status | Twitter | Help | Security
© 2010 GitHub Inc. All rights reserved. | Terms of Service | Privacy Policy
Powered by the Dedicated Servers and
Cloud Computing of Rackspace Hosting®
Dedicated Server