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 (
commit 3103512dfa7d899d378a71e485f5958bba0efa92
tree f0d88cb2155ec9aa087f7aa3d6688c0ffba72bf3
parent e53171f6f4d3db96e5983048bde735ddc6d0d88d
tree f0d88cb2155ec9aa087f7aa3d6688c0ffba72bf3
parent e53171f6f4d3db96e5983048bde735ddc6d0d88d
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Sat Nov 08 03:58:42 -0800 2008 | |
| |
.htaccess | Thu Nov 06 05:49:56 -0800 2008 | |
| |
README | Thu Nov 06 05:49:56 -0800 2008 | |
| |
app/ | Sat Nov 08 07:22:12 -0800 2008 | |
| |
cake/ | Sat Nov 08 07:22:12 -0800 2008 | |
| |
docs/ | Sat Nov 08 07:22:12 -0800 2008 | |
| |
index.php | Thu Nov 06 05:49:56 -0800 2008 | |
| |
vendors/ | Thu Nov 06 12:46:42 -0800 2008 | |
| |
wildflower/ | Sat Nov 08 07:22:12 -0800 2008 |
README
Wildflower - A CakePHP CMS
**************************
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.








