summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorNatanael Copa <natanael.copa@gmail.com>2007-08-14 22:26:18 +0000
committerNatanael Copa <natanael.copa@gmail.com>2007-08-14 22:26:18 +0000
commit1956804d2324a8dc6f9bc4a0beb9c27dd3b7a283 (patch)
tree44f1e0716ac54052c608990c8b671d658a7b9dc4 /README
parentdc53423183a0c459284ebd139022b707f01af006 (diff)
downloadacf-core-1956804d2324a8dc6f9bc4a0beb9c27dd3b7a283.tar.bz2
acf-core-1956804d2324a8dc6f9bc4a0beb9c27dd3b7a283.tar.xz
added acf.conf
git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@221 ab2d0c66-481e-0410-8bed-d214d4d58bed
Diffstat (limited to 'README')
-rw-r--r--README17
1 files changed, 12 insertions, 5 deletions
diff --git a/README b/README
index b5d8df5..adbc1a2 100644
--- a/README
+++ b/README
@@ -1,11 +1,18 @@
Alpine Configuration Framework
(A work in progress.)
-You can checout from svn to another location and run "make checkpkg DESTDIR=/"
-to make sure that all files get included in dist package.
+To install the package run:
-The config file should be in /etc/acf/acf.conf and contain:
+ make install
-appdir=/var/lib/acf/app/
+To set up mini_httpd create a /etc/mini_httpd.conf file containing:
+nochroot
+dir=/usr/share/acf/www
+user=nobody
+logfile=/var/log/mini_httpd.log
+cgipat=cgi-bin/*
+#host=<ip-addr>
-(or wherever your app dir is)
+Then start mini_httpd with:
+
+ mini_httpd -C /etc/mini_httpd.conf