Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/steve228uk/CandyCMS

A Simple CMS in PHP
https://github.com/steve228uk/CandyCMS

Last synced: 16 days ago
JSON representation

A Simple CMS in PHP

Awesome Lists containing this project

README

        

# ABANDONED - Candy

**This project hasn't been updated in over 3 years and should be considered abandoned.**

Candy is an easy to use CMS written in PHP.

Take a look at [this screencast](https://vimeo.com/45358208) to see Candy in action.

## Requirements
* PHP 5.3 or greater
* cURL (for updating)
* MySQL or other database (DB driver will need to be edited if not using MySQL)
* Ability to write htaccess file for apache mod_rewrite

## Installation

* Upload CandyCMS to the directory of your choice.
* Navigate to the installation in your browser.
* Follow the instructions.
* Done!

## Troubleshooting

If you encounter an issues with the path and files not working remove the `$_SERVER['DOCUMENT_ROOT']` from the core/config.php CMS_PATH constant.

## Documentation
See [http://candy.p53.ca/docs](http://candy.p53.ca/docs)

## Issues
Please log any issues found in the Github repo or tweet them to me [@adampatterson](http://www.twitter.com/adampatterson)

## License
Candy is released under the MIT License