[Lxr-commits] CVS: lxr INSTALL,1.27,1.28
Brought to you by:
ajlittoz
From: Malcolm B. <mb...@us...> - 2009-04-22 15:08:04
|
Update of /cvsroot/lxr/lxr In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv17535 Modified Files: INSTALL Log Message: Minor fixes to install instructions Index: INSTALL =================================================================== RCS file: /cvsroot/lxr/lxr/INSTALL,v retrieving revision 1.27 retrieving revision 1.28 diff -u -d -r1.27 -r1.28 --- INSTALL 21 Apr 2009 14:48:58 -0000 1.27 +++ INSTALL 22 Apr 2009 15:07:49 -0000 1.28 @@ -75,6 +75,10 @@ Edit the lxr config file ------------------------ + +Copy the template lxr.conf file from the templates directory to the +root of the lxr installation. + Go through the config file and fill in the relevant values. If you have glimpse installed, you should set @@ -152,14 +156,14 @@ Using Glimpse with LXR -------------------------------- -Create a directory for the swish index files to go in, and put the +Create a directory for the glimpse index files to go in, and put the path of this directory in the 'glimpsedir' variable. Generate index. --------------- It is now time to generate the index. This is done using the program "genxref". genxref takes two arguments --url= and --version= where is -the url where the lxr cgi scripts are found. +the url where the lxr web front-end appears. Version is a tag from cvs if you are using the cvs backend or the name of a directory in your "sourceroot" directory. It is worth noting that @@ -238,7 +242,6 @@ Copy .htaccess_cgi to .htaccess - That's it - lxr should now work. Fire up your webbrowser and go to http://yoursite/lxr/source and you should see the listing for the top of your source tree. @@ -290,6 +293,9 @@ module that handles most of the languages LXR recognises. Configuration here enables support for new languages. +- Local.pm: various routines that may need to be customised to provide + useful file summaries in the directory and file listing views. + Getting help if it doesn't work: -------------------------------- |