Getting started
Introduction
This "getting started" tutorial does not really describe CMSity, but rather the bundled templates functionality.
CMSity package comes with preconfigured templates providing static pages, downloads, blogs and forums. This tutorial will cover basic functionality of bundled templates.
Once you know what to expect from bundled CMSity setup, you may start modyfying the templates, or even working from scratch using Templates guide.
Logging in
Once CMSity package is installed properly it should welcome you with following screen:

Use form below to log in with user name admin and auto-generated password as specified at welcome page:

Now you are logged as site's administrator. You can see action buttons in the upper-right corner of the page, and your login info at the bottom of the page:

Creating new page
As you Use Create button to create first subpage:

Fill alias: "about", and title: "About", put some content and press Save button below:

You are redirected to your first subpage at /about:

Creating blog
Now we create out first blog. Go back to Home. Once you are at root page press Create:

Fill alias: "blog" and tile: "Blog" and change the most important, change the type to "blog":

Once you press Save you will be redirected to your new Blog page:

You may now create new blog post. Use Post button to do so:

Once you Save your post, and go back to Blog, you should see your blog with the first post:

Creating forum
Now finally it is time to create Forum. As usual we go to Home and use Create button.
We create new node alias: "forum", title: "Forum" and type: "forum" and Save:

Every forum has extra button available for all users, Write. Press Write to create new topic:

Alias is not obligatory. When you leave alias empty, CMSity will generate it for you. Fill some title and content. (Note: Regular users have no Alias field) Press Save:

You can go back to Forum to see full list with one topic:

This is all. Proceed now to Templates documentation section to learn how to customize CMSity.
