Skip to content

uniwa/offers

Repository files navigation

Documentation

API documentation and installation instructions can be found at read the docs. Documentation source is hosted at github. Any documentation-related issues should go there.

Contributing

Fork the repository on github and make a pull request on the development branch.

Stable branches

The master branch is considered stable, although we always try to keep development stable too. To be on the safe side use master or any of the available release tags.

Dependencies

  • php >= 5.3.x
  • MySQL/MariaDB >= 5.1.x

Required php modules are:

  • gd
  • ldap
  • mysql-pdo
  • openssl
  • soap

See the installation instructions for more info.

Plugins

The project requires the Twitter Bootstrap CakePHP Helper. It resides in the plugins folder as a git submodule.

After first cloning the repositority run:

$ git submodule init
$ git submodule update

To keep any sub-modules up-to-date run:

$ git submodule foreach git pull

API

See the API documentation.

License

See LICENSE.