Skip to content

Commit

Permalink
Add instructions file.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidstrauss authored and antong committed Feb 18, 2011
1 parent c9301fa commit 8b04014
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions INSTALL.txt
@@ -0,0 +1,10 @@
On Ubuntu:

sudo apt-get install python-pyparsing python-webut python-software-tools
sudo easy_install twisted # Upgrades Twisted to 10.2 to avoid deprecation warnings.

To run the LDAP server (runs on port 38942):
twistd -ny --pidfile=ldapserver.pid --logfile=ldapserver.log test-ldapserver.tac

To run the web interface (runs on port 38980):
twistd -ny --pidfile=webui.pid --logfile=webui.log test-webui.tac

0 comments on commit 8b04014

Please sign in to comment.