Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/steve228uk/CandyCMS
- Owner: steve228uk
- License: other
- Archived: true
- Created: 2012-04-24T09:09:40.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2017-09-06T15:24:52.000Z (about 7 years ago)
- Last Synced: 2024-08-01T00:57:08.070Z (3 months ago)
- Language: JavaScript
- Size: 1.19 MB
- Stars: 58
- Watchers: 6
- Forks: 16
- Open Issues: 6
-
Metadata Files:
- Readme: readme.md
- License: license.txt
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