comparison README.rst @ 51:5cef36a01574

Update README to explain configuration of the odfcase service
author Björn Ricks <bjoern.ricks@intevation.de>
date Mon, 03 Nov 2014 11:57:50 +0100
parents f270eaa7de8d
children 88a62b0ec3b1
comparison
equal deleted inserted replaced
50:58c1b25cf394 51:5cef36a01574
19 correctly:: 19 correctly::
20 20
21 $ hg clone https://bjoernricks@bitbucket.org/faide/py3o.template 21 $ hg clone https://bjoernricks@bitbucket.org/faide/py3o.template
22 $ pip install ./py3o.template 22 $ pip install ./py3o.template
23 23
24 Configure
25 ---------
26
27 To change the default settings create a odfcast/odfcast.ini file an overwrite
28 settings e.g. for py3o port and host::
29
30 PY3O_UNO_SERVER_HOSTNAME = "my.server.url"
31 PY3O_UNO_SERVER_PORT = 4001
32
33 or host and port for the odfcase service::
34
35 SERVER_NAME = "my.odfcast.url:8500"
36
24 Run 37 Run
25 --- 38 ---
26 39
27 Start server:: 40 Start server::
28 41
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)