]> git.donarmstrong.com Git - cran2deb.git/blob - branch/multisys/inst/doc/README
multisys: support for multiple os-arch configurations (preliminary)
[cran2deb.git] / branch / multisys / inst / doc / README
1 To install:
2
3 $ cd ..
4 $ R CMD INSTALL cran2deb
5
6 copy cran2deb/exec/cran2deb into somewhere in your executable path (e.g.,
7 /usr/local/bin, $home/bin)
8
9
10
11 To configure:
12
13 1. You need a web server serving from say, /var/www/cran2deb/
14
15 Let ROOT be the value returned by running: cran2deb root
16
17 2. create /etc/cran2deb
18    a. copy ROOT/etc/* into /etc/cran2deb
19    b. /etc/cran2deb/archive should be a symlink pointing to /var/www/cran2deb/
20
21     $ ln -s /var/www/cran2deb/ /etc/cran2deb/archive
22
23    c. modify OTHERMIRROR of /etc/cran2deb/pbuilderrc.in to point to your webserver
24
25 3. cran2deb needs a persistent cache outside of R's control. therefore, create
26     /var/cache/cran2deb, writable by whichever user(s) will run cran2deb.
27 4. run: cran2deb update
28 5. Try building a simple package: cran2deb build zoo
29    (The result will be in /var/cache/cran2deb/results)
30
31
32 $ cran2deb help
33 will display a short summary of help for each cran2deb command.
34