[Da-tools-commits] ./da-tools/userdir-ldap-cgi-python r22: * Add some info how to run that piece of code localy

Martin Zobel-Helas zobel at debian.org
Sun Feb 8 14:29:37 UTC 2009


------------------------------------------------------------
revno: 22
committer: Martin Zobel-Helas <zobel at debian.org>
branch nick: userdir-ldap-cgi-python
timestamp: Sun 2009-02-08 15:29:37 +0100
message:
  * Add some info how to run that piece of code localy
  * Fix link in machine.html template
modified:
  README.txt
  ud_ldap_ng/templates/machine.html
-------------- next part --------------
=== modified file 'README.txt'
--- a/README.txt	2009-01-10 19:29:32 +0000
+++ b/README.txt	2009-02-08 14:29:37 +0000
@@ -17,3 +17,17 @@
     paster setup-app config.ini
 
 Then you are ready to go.
+
+Running this code
+=================
+
+run:
+
+    paster serve --reload development.ini
+
+from the master directory. Then you should be able to access
+http://localhost:5000/.
+
+You need pylons from experimental.
+
+

=== modified file 'ud_ldap_ng/templates/machine.html'
--- a/ud_ldap_ng/templates/machine.html	2009-02-04 13:45:10 +0000
+++ b/ud_ldap_ng/templates/machine.html	2009-02-08 14:29:37 +0000
@@ -15,8 +15,8 @@
 		<div id="navcontainer">
 			<ul id="navlist">
 				<li><a href="developer/">Developer</a></li>
-				<li><a href="machines/">Machines</a></li>
-				<li id="active"><a href="documentation/" id="current">Documentation</a></li>
+				<li id="active"><a href="machines/" id="current">Machines</a></li>
+				<li><a href="documentation/">Documentation</li>
 				<li><a href="https://rt.debian.org/">Request Tracker</a></li>
 			</ul>
 		</div>



More information about the Da-tools-commits mailing list