[elbe-devel] [PATCH] quickstart: add Python's SimpleHTTPServer example

yegorslists at googlemail.com yegorslists at googlemail.com
Tue Jul 11 12:52:54 CEST 2017


From: Yegor Yefremov <yegorslists at googlemail.com>

SimpleHTTPServer provides a simple replacement for a temporary
webserver.

Signed-off-by: Yegor Yefremov <yegorslists at googlemail.com>
---
 docs/quickstart.txt | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/docs/quickstart.txt b/docs/quickstart.txt
index ea608e5..4b3c4c8 100644
--- a/docs/quickstart.txt
+++ b/docs/quickstart.txt
@@ -352,7 +352,13 @@ $ reprepro include jessie ../path/to/your/*.changes
 -------------------------------------------------------------------------------
 
 To use this repository from ELBE you need a webserver. Simply place the
-repository inside the document root of your webserver.
+repository inside the document root of your webserver. If you don't want to
+setup a full-fledged webserver you can invoke the command below from inside the
+`repo` directory to make your custom repository available on port 80:
+
+-------------------------------------------------------------------------------
+$ python -m SimpleHTTPServer 80
+-------------------------------------------------------------------------------
 
 If the webserver is running on the same machine as the initvm you can use the
 following to access the repository:
-- 
2.11.0





More information about the elbe-devel mailing list