RADIUSdesk

This is an old revision of the document!


RADIUSdesk API Getting Started

Background

  • RADIUSdesk consists of two main components.
    • The GUI is done using ExtJS.
    • Between the GUI and the database is a CakePHP application with a RESTfull-like API
  • This means that any action the GUI does, e.g. adding a Permanent User, can be done by simply doing the API call that the GUI will be doing to complete the said action.

Preparing the environment