File: README.cvs

package info (click to toggle)
caudium 2%3A1.0.40-3
  • links: PTS
  • area: main
  • in suites: woody
  • size: 10,480 kB
  • ctags: 1,214
  • sloc: ansic: 7,642; sh: 1,665; cpp: 837; makefile: 653; perl: 101; xml: 1
file content (72 lines) | stat: -rw-r--r-- 2,339 bytes parent folder | download
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
Compiling Caudium from CVS:
-=-=-=-=-=-=-=-=-=-=-=-=-=-

It's easy to compile Caudium from CVS. Just run ./autogen.sh before
following the standard installation instructions. Please note that
this step requires a new version of the autoconf package.

To get Caudium 1.0 from CVS:
-=-=-=-=-=-=-=-=-=-=-=-=-=-=

To checkout Caudium from CVS you need to fetch the branch
stable_1_0. The trunk of the CVS tree is our development tree,
Caudium 1.1.

cvs -d:pserver:anonymous@cvs.caudium.sourceforge.net:/cvsroot/caudium login
[Hit [Return] as the password (ie empty password)]

cvs -z3 -d:pserver:anonymous@cvs.caudium.sourceforge.net:/cvsroot/caudium co -r stable_1_0 -P caudium

You can later update your Caudium source from CVS by typing:

cvs -z3 update -Pd

with the current directory being the "caudium" directory you got from
the initial checkout. Note that the '-r stable_1_0' isn't required in
this case since the CVS tree is already tagged for that branch.

For more detailed information on CVS access, including read/write
developer access, visit the web page at

	http://caudium.net/download/cvsinfo.html

To build Caudium from CVS:
-=-=-=-=-=-=-=-=-=-=-=-=-

You also need a recent pike 0.6 or 7.0 for Caudium 1.0. We recommend
using 7.0. You can either check out your own version from CVS, as
described on this page:

	http://community.roxen.com/developers/cvs/anoncvs.html

Unless you plan to / want to update your Pike often, we recommend that
you use our pre-built Pike snapshots. The major reason for using a
snapshot as opposed to a CVS version is that the CVS versions require
Pike to build Pike (what came first, Pike or Pike?)

	http://caudium.net/download/snapshot.html

Once you've installed Pike you can continue installing Caudium. A
typical install would then look like (assuming Pike is installed in
/opt/pike):

# ./autogen.sh
Running autogen in 'src'
Running autogen in 'src/cmods'
Running autogen in 'src/cmods/Caudium'
Running autogen in 'src/cmods/PiXSL'
Running autogen in 'src/cmods/UltraLog'
Running autogen in 'src/tools'
Running autogen in 'tools'
# ./configure --prefix=/opt/www --with-pike=/opt/bin/pike
[configure checks]
# make
[compilation]
# make install
[installation]
# cd /opt/www/caudium/server/
# ./install
[install questions]

This will place the caudium base-directory in /opt/www/caudium .