summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README11
1 files changed, 11 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..b5d8df5
--- /dev/null
+++ b/README
@@ -0,0 +1,11 @@
+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.
+
+The config file should be in /etc/acf/acf.conf and contain:
+
+appdir=/var/lib/acf/app/
+
+(or wherever your app dir is)