Documentation


SEARCH

TABLE OF CONTENT

    1. Getting started 2. Basic concepts 3. Request dispatching 4. Context container 5. Dual MVC 6. Component model: 7. Security 8. Configuration 9. Session handling 10. I18n 11. Cache 12. Logging 13. Error handling 14. Advanced Topics 15. API reference

      Tutorials: Frequently Asqued Questions

      See also:


      Installation

      Installing lion framework

      Table of Contents

      Installing Lion

      To install Lion framework:

      1. Download the last stable version (.tgz or .zip depending on your operative system).
      2. Uncompress the file downloaded.
      3. Copy to a location that is accessible via your web server (i.e. /var/www/...)

      First time executing Lion

      From a browser, open the web URL corresponding to the location where you have uncompressed it (i.e. http://example.com/lion/index.html or whatever path for which you have installed Lion).

      A page like the following one should be shown:

      If you are able to see the page of the figure (including the images and styles), Congratulations! It means that you have Lion working and you are ready to code your own application.