From: blundellc Date: Sat, 13 Sep 2008 13:17:07 +0000 (+0000) Subject: cran2deb: put README in correct location. X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=6285225ba99442c582bd274dfa6728e6694fe8cc;p=cran2deb.git cran2deb: put README in correct location. git-svn-id: svn://svn.r-forge.r-project.org/svnroot/cran2deb@49 edb9625f-4e0d-4859-8d74-9fd3b1da38cb --- diff --git a/pkg/trunk/README b/pkg/trunk/README deleted file mode 100644 index 9b1c581..0000000 --- a/pkg/trunk/README +++ /dev/null @@ -1,24 +0,0 @@ -To install: - -$ cd .. -$ R CMD INSTALL cran2deb - -copy cran2deb/exec/cran2deb into somewhere in your executable path (e.g., -/usr/local/bin, $home/bin) - - - -To configure: - -1. You need a web server serving from say, /var/www/cran2deb/ - -Let ROOT be the value returned by running: cran2deb root - -2. ROOT/var/archive should be a symlink pointing to /var/www/cran2deb/ - $ rm ROOT/var/archive - $ ln -s /var/www/cran2deb/ ROOT/var/archive -3. modify OTHERMIRROR of ROOT/etc/pbuilderrc.in to point to your webserver -4. run: cran2deb update -5. Try building a simple package: cran2deb build zoo - (The result will be in ROOT/var/results) - diff --git a/pkg/trunk/inst/doc/README b/pkg/trunk/inst/doc/README new file mode 100644 index 0000000..9b1c581 --- /dev/null +++ b/pkg/trunk/inst/doc/README @@ -0,0 +1,24 @@ +To install: + +$ cd .. +$ R CMD INSTALL cran2deb + +copy cran2deb/exec/cran2deb into somewhere in your executable path (e.g., +/usr/local/bin, $home/bin) + + + +To configure: + +1. You need a web server serving from say, /var/www/cran2deb/ + +Let ROOT be the value returned by running: cran2deb root + +2. ROOT/var/archive should be a symlink pointing to /var/www/cran2deb/ + $ rm ROOT/var/archive + $ ln -s /var/www/cran2deb/ ROOT/var/archive +3. modify OTHERMIRROR of ROOT/etc/pbuilderrc.in to point to your webserver +4. run: cran2deb update +5. Try building a simple package: cran2deb build zoo + (The result will be in ROOT/var/results) +