From 7bbbead063cbe74b344f36c6736c7ad60c78147d Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 10 Oct 2012 18:48:41 +0200 Subject: Documentation: update configuration --- docs/_build/html/configuration.html | 114 +++++++++++++++++++++++++----------- 1 file changed, 81 insertions(+), 33 deletions(-) (limited to 'docs/_build/html/configuration.html') diff --git a/docs/_build/html/configuration.html b/docs/_build/html/configuration.html index 44e58c9..01ab81f 100644 --- a/docs/_build/html/configuration.html +++ b/docs/_build/html/configuration.html @@ -80,37 +80,76 @@ configure your Chimère.

at the first paragraph of Administration where it is presented.

To access theses pages you have to identify you with an account with staff and superuser status.

-

A superuser account is created at the initialization of the database. You can -create a new superuser account in the web interface (see the account -management section) or with the CLI:

+

A superuser account is created at the initialization of the database.

+
+

Managing areas

+

An Area is the base of your map. It defines:

+ +

Areas are customizable directly on the web administration interface in +Chimere/Areas.

+

As there is little chance that the default area is appropriate for you, you’ll +have to set at least one default area.

+

Adding many area can be a mean to show your map in different flavors.

+
+
+

Managing users

+

If you are not the only administrator/moderator of this Chimère installation +you have to create and manage account for the other users.

+

You can create a new superuser account with the CLI:

./manage.py createsuperuser
-
-

Creating areas

-

You probably want to define at least one default area. The configuration of -this area allow you to define the default zoom, welcome message, etc. of your -Chimère.

+

User password can be changed with the CLI (useful if you have forgotten your +password):

+
./manage.py changepassword username
-
-

Creating users

-

If you are not the only administrator of this Chimère installation you have to create account for the other users. -Currently the process has to be done manualy.

-

Simply click on the Add button near Users. Give a name and a default password (the user can change it on in own later). -Then complete the other pieces of information. -Check the case: Member of the staff (or this user will not be able to log to this administration site). -To simply give this user correct rights don’t add permission manualy but make this user member of a group. -Two default group are proposed: application administrator and moderator.

+

Users are customizable directly on the web administration interface in +Auth/User.

+

To create a new account, simply click on the Add button near Users. Give a name +and a default password (the user can change it on in own later).

+

Then complete the other pieces of information.

+

Check the case: Staff status (or this user will not be able to log to +the administration website).

+

If this account is a new technical administrator, check Superuser status (this +user must be trustworthy!). Otherwise you’ll have to give permissions to this +new user. It is easier to don’t add permission manually but make this user +member of a group.

+

Two type of default group are proposed: application administrator and moderator.

+

Moderator are limited to an Area (they only see items that are inside the +bounding box). If a moderator manage many areas you’ll have to select many +groups.

Detail of rights for default user/groups:

---+++ - + @@ -181,16 +220,25 @@ Two default group are proposed: application administrator and moderator.

Creating property models

-

A basic installation of Chimère only permit to associate a name, a category, a -description and (for the point of interest) multimedia files for each point of -interest and each route. You may want to add more fields like phone number or -opening hours. For that all you have to do is to add a new property model. -The administration ask you for name, order (to order between other properties), -availability for the user and type (only text field and long text field are -available for the moment). -Then to make this property available it is necessary to restart your -application (and then probably to reload Apache). -All forms are then automatically updated with this new field.

+

A basic installation of Chimère permit to associate a name, a category, a +description, dates, multimedia files, picture files, etc. for each geographic +item.

+

You may want to add more custom fields like phone number or opening hours. For +that all you have to do is to add a new property model (Chimere/Property +model).

+

The administration page ask you for:

+
    +
  • a name,
  • +
  • an order (to order between other properties),
  • +
  • an availability to the end user (this can be used to set hidden properties),
  • +
  • a mandatory status,
  • +
  • the categories the property applied to (if no categories selected it applied +to all),
  • +
  • the type: text, long text, password or date.
  • +
+

To make this property available it is necessary to reload your webserver (the +property is cached).

+

All forms are then automatically updated with this new field.

@@ -203,8 +251,8 @@ All forms are then automatically updated with this new field.

Table Of Contents

TaskApplication ownerTechnical administrator Application administrator Moderator