[tor-commits] [atlas/master] Remove the installation instructions for the Python web server because this
karsten at torproject.org
karsten at torproject.org
Thu Aug 8 07:36:18 UTC 2013
commit 75bfef4eb5c8efcbaf53f4d096d314d7c218f119
Author: Philipp Winter <phw at torproject.org>
Date: Tue Aug 6 18:41:19 2013 +0200
Remove the installation instructions for the Python web server because this
goes beyond the scope of a simple README.
---
Readme.rst | 17 +++--------------
1 file changed, 3 insertions(+), 14 deletions(-)
diff --git a/Readme.rst b/Readme.rst
index 41c4dd0..5328acf 100644
--- a/Readme.rst
+++ b/Readme.rst
@@ -8,17 +8,6 @@ information on how relays are configured along with diagrams about their past.
Running it
----------
-You need to have Python and Tornado installed to run the web server locally. The easiest
-way of installing Tornado is:
-
-::
-
- sudo easy_install tornado
-
-Once that is done, you can run the server with the following command:
-
-::
-
- python run.py
-
-After which, the Atlas site will be available on http://localhost:8888/index.html
+Some browsers might allow you to directly open the index.html file in the
+repository's root directory. If that does not work, you have to use a web
+server to run atlas.
More information about the tor-commits
mailing list