If you are seeing this message, it means Elation is installed correctly, and you're ready to start developing!
An Elation web application is made up of any number of different components. Components can be as general-purpose or as specific to the task you want. To create your own component, run the command ./elation component create <componentname> from your webroot. This will create a basic component under the ./components/<componentname>/ directory. Components generally consist of a main component PHP file, some templates, a model descriptor and model class files, CSS, JavaScript, and images. These components can return either raw data or rendered HTML snippets, and can be called from within templates, inside PHP functions, or directly by URL as JSON or XML objects via the REST API.
Elation comes with a few sample components which show off how to make use of various parts of the system. Feel free to explore them and use them as the basis of your own apps.
A simple blog to demonstrate ORM functionality.
A collection of gaming experiments using HTML/JS/CSS instead of Flash
A product demo page for a fictional product
A JavaScript Zooming User Interface (ZUI) experiment
Select a file from the left to view its contents