|
From: <ix...@us...> - 2002-01-04 00:31:07
|
ixjonez 02/01/03 16:31:06
Modified: etc Tag: ¸Ô `¶@h¶@h¶@
/tmp/cvs-serv12647/etc/lab.conf No tag lab.conf
Log:
configure default urls such that the distribuation can be unpacked and run
out of the box.
Revision Changes Path
No revision
No revision
No revision
1.3 +5 -1 lab/etc/lab.conf
Index: /tmp/cvs-serv12647/etc/lab.conf
===================================================================
RCS file: /cvsroot/liveframe/lab/etc/lab.conf,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- /tmp/cvs-serv12647/etc/lab.conf 2001/11/30 01:47:47 1.2
+++ /tmp/cvs-serv12647/etc/lab.conf 2002/01/04 00:31:06 1.3
@@ -17,14 +17,18 @@
#
# the url to the images directory
# img_url = ../lab/img
+img_url = ../../lab/share/web/img
#
# the url to the css directory
# css_url = ../lab
+css_url = ../../lab/share/web
#
# a list of filesystem paths to gallery site directories
#
site_dir = ~/work/code/liveframe/gallery-demo/lfdir/galleries
site_dir = ~/work/code/maz/site/html/bcm/lfdir/galleries
+site_dir = ~/work/code/maz/site/html/bcm/au/lfdir/galleries
+site_dir = ~/work/code/maz/site/html/bcm/sg/lfdir/galleries
#
# the filesystem path to the image upload directory
-upload_dir = ~/work/code/liveframe/uploads
+upload_dir = ~/photos
No revision
No revision
1.3 +5 -1 lab/etc/lab.conf
Index: lab.conf
===================================================================
RCS file: /cvsroot/liveframe/lab/etc/lab.conf,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- lab.conf 2001/11/30 01:47:47 1.2
+++ lab.conf 2002/01/04 00:31:06 1.3
@@ -17,14 +17,18 @@
#
# the url to the images directory
# img_url = ../lab/img
+img_url = ../../lab/share/web/img
#
# the url to the css directory
# css_url = ../lab
+css_url = ../../lab/share/web
#
# a list of filesystem paths to gallery site directories
#
site_dir = ~/work/code/liveframe/gallery-demo/lfdir/galleries
site_dir = ~/work/code/maz/site/html/bcm/lfdir/galleries
+site_dir = ~/work/code/maz/site/html/bcm/au/lfdir/galleries
+site_dir = ~/work/code/maz/site/html/bcm/sg/lfdir/galleries
#
# the filesystem path to the image upload directory
-upload_dir = ~/work/code/liveframe/uploads
+upload_dir = ~/photos
|