]> git.sur5r.net Git - openldap/blob - contrib/tweb/GETTING-STARTED.openldap
Fix dynamic linking dependencies for NT and Unix
[openldap] / contrib / tweb / GETTING-STARTED.openldap
1 TWEB WWW-X500 GATEWAY   -   GETTING STARTED
2
3 With the information provided by this file you should be able to start
4 an initial version of TWEB. Please follow the steps below:
5
6 1. Copy the distribution Makefile onto Makefile:
7
8      > cp Makefile.openldap Makefile
9
10 2. Edit the Makefile. You have to change the variables in the first block of
11    the file to your appropriate settings:
12
13      > vi Makefile
14
15 3. Now type in make:
16
17      > make
18
19    This should make a binary called tweb whithout severe problems
20
21 4. Running the TWEB www-x500 gateway
22
23 4.1. Testing the newly compiled binary
24
25      Copy the tweb binary to the sub-directory TWEB_conFiles and
26      change to that directory:
27
28        > cp tweb TWEB_conFiles
29        > cd TWEB_conFiles
30
31      Copy the config files with extension .dist to their respective
32      basefiles:
33
34        > cp tweb.rc.dist tweb.rc
35        > cp tweb.conf.0.dist tweb.conf.0
36        > cp tweb.conf.1.dist tweb.conf.1
37        > cp tweb.lang.0.dist tweb.lang.0
38        > cp tweb.lang.1.dist tweb.lang.1
39
40      Edit tweb.rc to adjust the variables in the
41      first block to your appropriate settings:
42
43        > vi tweb.rc
44
45      Run TWEB with language 0 and 1 (i.e., german and english)
46
47        > ./tweb -L01
48
49      This will run two TWEB server processes, one for german language, the
50      other for english language, whithout syslog logging;
51      you can assess them with your WWW browser by giving the URL
52
53          http://<your-tweb-host>:<your-tweb-port>/
54
55 4.2. Adapting TWEB to your local requirements
56
57      When you reached this point you have a running TWEB with basic
58      functionality. Have a look to the FEATURE-LIST file for a
59      description of all features, TWEB does provide. The least, you
60      might want to change are the several header and footer files
61      in order to build up your organizational identity with TWEB.
62      But check also the security features, and the performance (i.e.,
63      load balancing) features. By setting the respective parameters,
64      TWEB can provide for a very special appearance with local require-
65      ments enforced as far as possible. Should you want more reasonable
66      features, please don't hesitate to contact the development team.
67
68
69    Have fun,
70
71    TWEB development team, Tuebingen, September, 9th, 1999
72
73    email: tweb-support@mail500.uni-tuebingen.de
74
75