This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
klevo (author)
Thu Dec 25 13:33:21 -0800 2008
commit ce5118a1ada9b5e3ede8cc209115297ace370f15
tree 2b447c1c3fc2323895a24700a0408069732f7336
parent 959a9ad9a6e227efdd5b7247b6342ca016993a0e
tree 2b447c1c3fc2323895a24700a0408069732f7336
parent 959a9ad9a6e227efdd5b7247b6342ca016993a0e
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Mon Dec 22 02:27:15 -0800 2008 | |
| |
.htaccess | Thu Nov 06 05:49:56 -0800 2008 | |
| |
README | Thu Dec 25 05:56:04 -0800 2008 | |
| |
app/ | Thu Dec 25 13:33:21 -0800 2008 | |
| |
cake/ | ||
| |
docs/ | Wed Dec 24 07:01:00 -0800 2008 | |
| |
index.php | ||
| |
vendors/ |
README
Wildflower - A CakePHP CMS
**************************
! Some stuff here is outdated (applies for 1.2 Beta 2). I'll update this soon. !
Requirements
============
* Apache web server with mod_rewrite
* PHP 5.2+
* MySQL 4.1+
Installation
============
1. Extract the archive. Place the wildflower directory inside your apache document root.
2. Create a new MySQL database (preferably use utf8_unicode_ci collation) and into this new database import the SQL
file app/config/sql/wildflower.sql.
3. Edit the app/config/database.php file with your database connection details.
4. You've got a working copy of this site. You can start working on your project by modifying the application inside
the app directory. When a new release of Wildflower comes, you simply update the cake, vendors and wildflower
directories.
5. Default login/password combination for /admin area is admin/admin321 --Don`t forget to change this when in
production.
Problems with passwords after updating to AuthComponent enabled version?
=======================================================================
Use the UtilityShell to generate an AuthComponent compatible password:
./cake/console/cake utility hash myPassword
Insert the result into your DB in the 'password' field.









