summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README23
1 files changed, 23 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..d1b6127
--- /dev/null
+++ b/README
@@ -0,0 +1,23 @@
1This is the archeological HTCd, a dynamic web server and mailing list
2system we used at Chalmers for roughly ten years, starting back in the
3nineties.
4
51. Compile the server
6
7cd src
8make
9make install
10cd ..
11
122. Run the test user on port 5555
13
14HTCHOME=. ./bin/htcd ./user 5555 1
15
16The server is now available at localhost:5555/
17
183. Stop the server
19
20HTCHOME=. ./bin/htcd ./user 5555 -1
21
22Enjoy,
23Henrik