====== Tip Sheet For Beginners ====== ===== Getting started ===== ==== Creating an Akelos project ==== ./akelos website_name t ==== 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 [[naming-conventions|Akelos Naming Conventions]] page