Web Module Guide


0 Comments

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

Or you can just view the source code on github


Share a link to this on email, Google+, Twitter, Facebook.

Comments