You can start the server by running the following
commands from the recently created directory:
<literallayout class='monospaced'>
- $ cd {TMPDIR}/deploy/\\packageformat\\
- $ python -m SimpleHTTPServer
+ $ cd /var/www/my_repo
+ $ python –m SimpleHTTPServer
</literallayout>
</para></listitem>
</orderedlist>
<para>
Setting up the target differs depending on the
package management system.
- This section provides information for RPM and IPK.
+ This section provides information for RPM, IPK, and DEB.
</para>
<section id='runtime-package-management-target-rpm'>