summaryrefslogtreecommitdiff
path: root/docs/_build/html/configuration.html
blob: 44e58c9b8cc15002c18bab9eb1d60220008f95cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">


<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    
    <title>Configuration &mdash; Chimère 2.0 documentation</title>
    
    <link rel="stylesheet" href="_static/default.css" type="text/css" />
    <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
    
    <script type="text/javascript">
      var DOCUMENTATION_OPTIONS = {
        URL_ROOT:    '',
        VERSION:     '2.0',
        COLLAPSE_INDEX: false,
        FILE_SUFFIX: '.html',
        HAS_SOURCE:  true
      };
    </script>
    <script type="text/javascript" src="_static/jquery.js"></script>
    <script type="text/javascript" src="_static/underscore.js"></script>
    <script type="text/javascript" src="_static/doctools.js"></script>
    <link rel="top" title="Chimère 2.0 documentation" href="index.html" />
    <link rel="next" title="Chimère customisation" href="customisation.html" />
    <link rel="prev" title="Upgrade" href="upgrade.html" /> 
  </head>
  <body>
    <div class="related">
      <h3>Navigation</h3>
      <ul>
        <li class="right" style="margin-right: 10px">
          <a href="genindex.html" title="General Index"
             accesskey="I">index</a></li>
        <li class="right" >
          <a href="customisation.html" title="Chimère customisation"
             accesskey="N">next</a> |</li>
        <li class="right" >
          <a href="upgrade.html" title="Upgrade"
             accesskey="P">previous</a> |</li>
        <li><a href="index.html">Chimère 2.0 documentation</a> &raquo;</li> 
      </ul>
    </div>  

    <div class="document">
      <div class="documentwrapper">
        <div class="bodywrapper">
          <div class="body">
            
  <div class="section" id="configuration">
<h1>Configuration<a class="headerlink" href="#configuration" title="Permalink to this headline">¶</a></h1>
<table class="docutils field-list" frame="void" rules="none">
<col class="field-name" />
<col class="field-body" />
<tbody valign="top">
<tr class="field-odd field"><th class="field-name">Author:</th><td class="field-body">Étienne Loks</td>
</tr>
<tr class="field-even field"><th class="field-name">date:</th><td class="field-body">2012-10-08</td>
</tr>
<tr class="field-odd field"><th class="field-name">Copyright:</th><td class="field-body">CC-BY 3.0</td>
</tr>
</tbody>
</table>
<p>This documents presents the first steps to configure your Chimère.</p>
<p>The version has been updated for version 2.0.0.</p>
<p>If an usage to the CLI is required, your session has to be initialised with
theses environment variables:</p>
<div class="highlight-python"><pre>CHIMERE_PATH=/srv/chimere # change with your installation path
CHIMERE_LOCALNAME=mychimere # change with your local project name
CHIMERE_APP_PATH=$CHIMERE_PATH/$CHIMERE_LOCALNAME</pre>
</div>
<p>When you have installed the application there is a few simple steps to follow to
configure <em>your</em> Chimère.</p>
<p>Most of theses steps are done in the web administration pages.</p>
<p>If you are not familiar with <em>Django-like</em> administration pages you can look
at the first paragraph of <a class="reference internal" href="administration.html#administration"><em>Administration</em></a> where it is presented.</p>
<p>To access theses pages you have to identify you with an account with <em>staff</em> and
<em>superuser</em> status.</p>
<p>A <em>superuser</em> account is created at the initialization of the database. You can
create a new <em>superuser</em> account in the web interface (see the account
management section) or with the CLI:</p>
<div class="highlight-python"><pre>./manage.py createsuperuser</pre>
</div>
<div class="section" id="creating-areas">
<h2>Creating areas<a class="headerlink" href="#creating-areas" title="Permalink to this headline">¶</a></h2>
<p>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.</p>
</div>
<div class="section" id="creating-users">
<h2>Creating users<a class="headerlink" href="#creating-users" title="Permalink to this headline">¶</a></h2>
<p>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.</p>
<p>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&#8217;t add permission manualy but make this user member of a group.
Two default group are proposed: application administrator and moderator.</p>
<p>Detail of rights for default user/groups:</p>
<table border="1" class="docutils">
<colgroup>
<col width="42%" />
<col width="19%" />
<col width="28%" />
<col width="11%" />
</colgroup>
<thead valign="bottom">
<tr class="row-odd"><th class="head">Task</th>
<th class="head">Application owner</th>
<th class="head">Application administrator</th>
<th class="head">Moderator</th>
</tr>
</thead>
<tbody valign="top">
<tr class="row-even"><td>User add/modify/delete</td>
<td>yes</td>
<td>no</td>
<td>no</td>
</tr>
<tr class="row-odd"><td>Group add/modify/delete</td>
<td>yes</td>
<td>no</td>
<td>no</td>
</tr>
<tr class="row-even"><td>Property model add/modify/delete</td>
<td>yes</td>
<td>no</td>
<td>no</td>
</tr>
<tr class="row-odd"><td>Import add/modify/delete</td>
<td>yes</td>
<td>no</td>
<td>no</td>
</tr>
<tr class="row-even"><td>Layer add/modify/delete</td>
<td>yes</td>
<td>no</td>
<td>no</td>
</tr>
<tr class="row-odd"><td>News add/modify/delete</td>
<td>yes</td>
<td>yes</td>
<td>no</td>
</tr>
<tr class="row-even"><td>Area add/modify/delete</td>
<td>yes</td>
<td>yes</td>
<td>no</td>
</tr>
<tr class="row-odd"><td>Icon add/modify/delete</td>
<td>yes</td>
<td>yes</td>
<td>no</td>
</tr>
<tr class="row-even"><td>Color/Color theme add/modify/delete</td>
<td>yes</td>
<td>yes</td>
<td>no</td>
</tr>
<tr class="row-odd"><td>Category/Subcategory add/modify/delete</td>
<td>yes</td>
<td>yes</td>
<td>no</td>
</tr>
<tr class="row-even"><td>Point Of Interest add/modify/delete</td>
<td>yes</td>
<td>yes</td>
<td>yes</td>
</tr>
<tr class="row-odd"><td>Route add/modify/delete</td>
<td>yes</td>
<td>yes</td>
<td>yes</td>
</tr>
</tbody>
</table>
</div>
<div class="section" id="creating-property-models">
<h2>Creating property models<a class="headerlink" href="#creating-property-models" title="Permalink to this headline">¶</a></h2>
<p>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.</p>
</div>
</div>


          </div>
        </div>
      </div>
      <div class="sphinxsidebar">
        <div class="sphinxsidebarwrapper">
  <h3><a href="index.html">Table Of Contents</a></h3>
  <ul>
<li><a class="reference internal" href="#">Configuration</a><ul>
<li><a class="reference internal" href="#creating-areas">Creating areas</a></li>
<li><a class="reference internal" href="#creating-users">Creating users</a></li>
<li><a class="reference internal" href="#creating-property-models">Creating property models</a></li>
</ul>
</li>
</ul>

  <h4>Previous topic</h4>
  <p class="topless"><a href="upgrade.html"
                        title="previous chapter">Upgrade</a></p>
  <h4>Next topic</h4>
  <p class="topless"><a href="customisation.html"
                        title="next chapter">Chimère customisation</a></p>
  <h3>This Page</h3>
  <ul class="this-page-menu">
    <li><a href="_sources/configuration.txt"
           rel="nofollow">Show Source</a></li>
  </ul>
<div id="searchbox" style="display: none">
  <h3>Quick search</h3>
    <form class="search" action="search.html" method="get">
      <input type="text" name="q" />
      <input type="submit" value="Go" />
      <input type="hidden" name="check_keywords" value="yes" />
      <input type="hidden" name="area" value="default" />
    </form>
    <p class="searchtip" style="font-size: 90%">
    Enter search terms or a module, class or function name.
    </p>
</div>
<script type="text/javascript">$('#searchbox').show(0);</script>
        </div>
      </div>
      <div class="clearer"></div>
    </div>
    <div class="related">
      <h3>Navigation</h3>
      <ul>
        <li class="right" style="margin-right: 10px">
          <a href="genindex.html" title="General Index"
             >index</a></li>
        <li class="right" >
          <a href="customisation.html" title="Chimère customisation"
             >next</a> |</li>
        <li class="right" >
          <a href="upgrade.html" title="Upgrade"
             >previous</a> |</li>
        <li><a href="index.html">Chimère 2.0 documentation</a> &raquo;</li> 
      </ul>
    </div>
    <div class="footer">
        &copy; Copyright 2012, Étienne Loks.
      Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.1.3.
    </div>
  </body>
</html>