Tip Sheet For Beginners

Getting started

Creating an Akelos project

./akelos website_name

Creating controllers and models

./script/generate type name

where “type” is controller or model and “name” is your choice. You can also try

./script/generate scaffold

for information on creating scaffolds

Conventions

⇒ Please refer to the Akelos Naming Conventions page