summaryrefslogtreecommitdiffstats
path: root/INSTALL
blob: 1842a6789bdba6243d392d4deca80b425337f205 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Quick Install Instructions
--------------------------

Requirements: openssl, openssl-devel

Installation is easy:

1. make
2. make install
3. To run: 

astmanproxy -d (for debug mode)
astmanproxy -dddddd (for more debug info)
astmanproxy (for background mode)

Other make actions:

make cert		Makes initial proxy server certificate
make certificate	Forces remake of proxy server certificate)
make clean		Remove all binary object files from source tree

Please read README and docs/README.* for info on specific modules.

Enjoy!

--------------------------------------------
(C) 2005-2006 David C. Troy, dave@popvox.com