Web Module Guide
|
|
| Dennis Iversen |
| 17-May-2010 08:16:08 |
The aim of this page is to show the steps in developing a module. The module we will be making here is a simple blog system which can be used by administer users.
It is divided into tree parts and you should be able to complete the tutorial in an hour or so.
If you just want the code you can cd into the module dir and clone the source:
git clone git://github.com/diversen/blog_simple.git
Or install it as a module in your coscms by doing a:
./coscli.sh git --mod-in git://github.com/diversen/blog_simple.git
Or install the master:
./coscli.sh git --mod-in --master git://github.com/diversen/blog_simple.git
