monkeecreate / Kaizen-CMS
- Source
- Commits
- Network (4)
- Issues (17)
- Downloads (1)
- Wiki (4)
- Graphs
-
Branch:
master
commit 9d8828c9c5efcfaf1c73
tree c06acdf9b5900c7dc313
parent 67c37fcc3ef4e76f253a parent 052f430c94c62baa96d5
tree c06acdf9b5900c7dc313
parent 67c37fcc3ef4e76f253a parent 052f430c94c62baa96d5
| name | age | message | |
|---|---|---|---|
| |
.compiled/ | Wed Apr 14 12:53:28 -0700 2010 | |
| |
.gitignore | Wed Dec 09 08:34:36 -0800 2009 | |
| |
.pear/ | Mon Jun 28 14:09:24 -0700 2010 | |
| |
.smarty/ | Mon Nov 02 20:38:16 -0800 2009 | |
| |
LICENSE.txt | Fri Mar 19 07:44:20 -0700 2010 | |
| |
README.textile | Mon Jun 28 14:10:57 -0700 2010 | |
| |
appController.php | Wed Jun 02 08:30:33 -0700 2010 | |
| |
appModel.php | Thu Dec 03 10:54:37 -0800 2009 | |
| |
components/ | Tue Jun 01 13:56:38 -0700 2010 | |
| |
controllers/ | Tue May 18 14:16:49 -0700 2010 | |
| |
database.sql | Tue Jun 01 13:56:38 -0700 2010 | |
| |
helpers/ | Sun May 16 12:44:26 -0700 2010 | |
| |
inc_config_example.php | Mon May 31 16:45:42 -0700 2010 | |
| |
inc_menuAdmin.php | Mon May 17 12:05:20 -0700 2010 | |
| |
inc_urls.php | Tue Jan 26 10:28:43 -0800 2010 | |
| |
inc_urls_admin.php | Mon May 17 08:55:35 -0700 2010 | |
| |
models/ | Mon May 31 16:22:38 -0700 2010 | |
| |
public_html/ | Mon May 31 16:45:42 -0700 2010 | |
| |
urls/ | Sun Mar 21 19:09:10 -0700 2010 | |
| |
views/ | Tue Jun 01 17:48:09 -0700 2010 |
README.textile
Kaizen CMS
A project that started as a small bit of code that John Hoover started with for each new website, that has grown into its own CMS system. It was built with the coder in mind, but also makes use of Smarty for the designer.
Requirements/Installing
The requirements are simple. Apache 2+ and PHP 5+. PEAR and Memcache are recommended but not required. Kaizen CMS will not work in a sub directory. It must be the root domain or a subdomain. Now to the setup.
- Keeping the directory structure upload the files to your server. Remember, upload them to the directory just outside your public_html. This is important to the setup. Be sure and double check that all hidden files and folders were also uploaded (might have to show hidden files if your OS is hiding them). When copying on the command line, make sure that you copy the .pear/ and the .smarty/ directories as a cp ~/oldpath/* ~/newpath won’t copy those folders.
- Inside the root folder (where you just uploaded the cms files) create a new directory: .compiled/
Then create another directory inside the .compiled/ and name it: admin/
Both directories should be writeable.
- Open and edit ./inc_config_example.php with your details including database, using the included pear or the pear on your server, etc. Rename this file to ./inc_config.php
- Import the ./database.sql file to your database using phpMyAdmin or your preferred method.
- You can now hit http://yourdomain.com. The backend is at http://yourdomain.com/admin/ and the default login is; user: admin | pass: admin
Developers
John Hoover, http://defvayne23.com
James Fleeting, http://jamesfleeting.com
