diff options
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/dev-manual/dev-manual-common-tasks.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index 376027f8b5..b7b623a255 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml | |||
@@ -7677,8 +7677,8 @@ | |||
7677 | You can start the server by running the following | 7677 | You can start the server by running the following |
7678 | commands from the recently created directory: | 7678 | commands from the recently created directory: |
7679 | <literallayout class='monospaced'> | 7679 | <literallayout class='monospaced'> |
7680 | $ cd {TMPDIR}/deploy/\\packageformat\\ | 7680 | $ cd /var/www/my_repo |
7681 | $ python -m SimpleHTTPServer | 7681 | $ python –m SimpleHTTPServer |
7682 | </literallayout> | 7682 | </literallayout> |
7683 | </para></listitem> | 7683 | </para></listitem> |
7684 | </orderedlist> | 7684 | </orderedlist> |
@@ -7691,7 +7691,7 @@ | |||
7691 | <para> | 7691 | <para> |
7692 | Setting up the target differs depending on the | 7692 | Setting up the target differs depending on the |
7693 | package management system. | 7693 | package management system. |
7694 | This section provides information for RPM and IPK. | 7694 | This section provides information for RPM, IPK, and DEB. |
7695 | </para> | 7695 | </para> |
7696 | 7696 | ||
7697 | <section id='runtime-package-management-target-rpm'> | 7697 | <section id='runtime-package-management-target-rpm'> |