Changes between Initial Version and Version 1 of UserGuidelines/Admin/Configuration


Ignore:
Timestamp:
06/23/12 16:27:43 (13 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TabularUnified UserGuidelines/Admin/Configuration

    v1 v1  
     1= Admin Guide: Configuration =
     2[[TOC]]
     3
     4Sahana Eden is a very powerful platform, however that power comes at a cost, which is it's complexity.
     5
     6== Web-based Administration ==
     7These options can be configured through the web based interface:
     8* Administration of Users & Roles
     9* SMS Gateway
     10* [UserGuidelines/Admin/Synchronization Synchronisation]
     11* view Error Tickets
     12* raw database access
     13
     14== Configuration File ==
     15These options can be configured via text file:
     16{{{
     17models/000_config.py
     18}}}
     19* Set the Authentication options
     20* Set the [UserGuidelines/Admin/Permissions Security Policy]
     21
     22The full range of avaialble options can be seen in:
     23{{{
     24private/templates/default/config.py
     25}}}
     26
     27== Templates ==
     28These options can be configured by creating a custom [DeveloperGuidelines/Templates Template]:
     29* Configuration for fresh installs including [DeveloperGuidelines/PrePopulate PrePopulate] options
     30* [DeveloperGuidelines/Menus Menus]
     31* [DeveloperGuidelines/Themes Theme]
     32* [DeveloperGuidelines/CustomPages Custom Pages]
     33
     34== See Also ==
     35* ConfigurationGuidelines
     36* DeveloperGuidelines/Templates
     37
     38----
     39UserGuidelines/Admin