hurad/hurad

Hurad is web software you can use to create a beautiful blog.

0.1.0-alpha.7 2014-01-17 12:54 UTC

README

Hurad is a free and opensource content managment which is base on CakePHP framework under the MIT License. Some parts of this system are similar to WordPress and some of them got from it.

Requirements

  • Apache with mod_rewrite is preferred, but by no means required.
  • PHP 5.4 or greater.
  • MySQL 4 or greater.

Installation

After cloning this repository you can install dependencies into your new application in one of two ways:

Install with composer

  1. Download composer.
  2. Run php composer.phar install to install dependencies.

Manual installation

  1. Clone CakePHP into /Vendor/cakephp/cakephp.
  2. Clone Utils into /Plugin/Utils.
  3. Hurad uses the tmp/ directory for a number of different operations. As such, make sure the directory tmp/ and all its subdirectories in your Hurad installation are writable by the web server user.

You should now be able to visit the path to where you installed Hurad and see the setup traffic lights.

Support

To report bugs or request features, please visit the Hurad Issue Tracker.

Branch strategy

The master branch holds the STABLE latest version of the plugin. Develop branch is UNSTABLE and used to test new features before releasing them.

Contributing to Hurad

Please feel free to contribute to the Hurad with new issues, requests, unit tests and code fixes or new features. If you want to contribute some code, create a feature branch from develop, and send us your pull request. Unit tests for new features and issues detected are mandatory to keep quality high.

Versioning

For transparency into our release cycle and in striving to maintain backward compatibility, Hurad is maintained under the Semantic Versioning guidelines. Sometimes we screw up, but we'll adhere to these rules whenever possible.

Releases will be numbered with the following format:

<major>.<minor>.<patch>

And constructed with the following guidelines:

  • Breaking backward compatibility bumps the major while resetting minor and patch
  • New additions without breaking backward compatibility bumps the minor while resetting the patch
  • Bug fixes and misc changes bumps only the patch

For more information on SemVer, please visit http://semver.org/.

Links