Revision 73d140a8
Von Kivitendo Admin vor mehr als 9 Jahren hinzugefügt
doc/dokumentation.xml | ||
---|---|---|
2 | 2 |
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" |
3 | 3 |
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"> |
4 | 4 |
<book id="kivitendo-documentation" lang="de"> |
5 |
<title>kivitendo 3.2.0: Installation, Konfiguration, Entwicklung</title>
|
|
5 |
<title>kivitendo 3.3.0: Installation, Konfiguration, Entwicklung</title>
|
|
6 | 6 |
|
7 | 7 |
<chapter id="Aktuelle-Hinweise"> |
8 | 8 |
<title>Aktuelle Hinweise</title> |
... | ... | |
277 | 277 |
<title>Manuelle Installation des Programmpaketes</title> |
278 | 278 |
<para>Der aktuelle Stable-Release, bzw. beta Release wird bei github gehostet und kann |
279 | 279 |
<ulink url="https://github.com/kivitendo/kivitendo-erp/releases">hier</ulink> heruntergeladen werden.</para> |
280 |
<para>Die kivitendo ERP Installationsdatei (<filename>kivitendo-erp-3.2.0.tgz</filename>) wird im Dokumentenverzeichnis des Webservers
|
|
280 |
<para>Die kivitendo ERP Installationsdatei (<filename>kivitendo-erp-3.3.0.tgz</filename>) wird im Dokumentenverzeichnis des Webservers
|
|
281 | 281 |
(z.B. <filename>/var/www/html/</filename>, <filename>/srv/www/htdocs</filename> oder <filename>/var/www/</filename>) entpackt:</para> |
282 | 282 |
|
283 | 283 |
<programlisting>cd /var/www |
284 |
tar xvzf kivitendo-erp-3.2.0.tgz</programlisting>
|
|
284 |
tar xvzf kivitendo-erp-3.3.0.tgz</programlisting>
|
|
285 | 285 |
|
286 | 286 |
<para>Wechseln Sie in das entpackte Verzeichnis:</para> |
287 | 287 |
|
... | ... | |
291 | 291 |
Webserverkonfiguration benutzen, um auf das tatsächliche |
292 | 292 |
Installationsverzeichnis zu verweisen.</para> |
293 | 293 |
|
294 |
<para>Bei einer Neuinstallation von Version 3.1.0 oder Version 3.2.0 muß das WebDAV Verzeichnis derzeit manuell angelegt werden:</para>
|
|
294 |
<para>Bei einer Neuinstallation von Version 3.1.0 oder später muß das WebDAV Verzeichnis derzeit manuell angelegt werden:</para>
|
|
295 | 295 |
|
296 | 296 |
<programlisting>mkdir webdav</programlisting> |
297 | 297 |
|
Auch abrufbar als: Unified diff
Dokumentation an Version 3.3 angepasst