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 it
      3. Copy in a route accessible via web (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 the path where 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 ready to code your own application.