aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mageia.org>2013-05-17 23:07:12 +0000
committerNicolas Vigier <boklm@mageia.org>2013-05-17 23:07:12 +0000
commit0c0225d6ea812ee8e8fb293737a8c7004969724e (patch)
tree7db2b17c4dc07574293a5a8af1c2ab25c4f9ad8b /README
parentf3ade15c2f92880b89767f84cd944773a7140d08 (diff)
downloadmgatres-0c0225d6ea812ee8e8fb293737a8c7004969724e.tar
mgatres-0c0225d6ea812ee8e8fb293737a8c7004969724e.tar.gz
mgatres-0c0225d6ea812ee8e8fb293737a8c7004969724e.tar.bz2
mgatres-0c0225d6ea812ee8e8fb293737a8c7004969724e.tar.xz
mgatres-0c0225d6ea812ee8e8fb293737a8c7004969724e.zip
Add static/ directory for static files
git-svn-id: svn+ssh://svn.mageia.org/svn/soft/mga-treasurer/trunk@8320 5b7c3c08-40e5-403b-9995-ace06908e4af
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 7 insertions, 0 deletions
diff --git a/README b/README
index 93af484..b9e4e2b 100644
--- a/README
+++ b/README
@@ -22,6 +22,13 @@ The following files and directories exist in the source tree :
all the pages.
- tmpl/: directory containing template for all the pages. Installed as
/usr/share/mga-treasurer/tmpl.
+ - static/: directory containing static files. Installed as
+ /usr/share/mga-treasurer/static. The web server should be configured to
+ make the files from this directory available at some URL. With apache
+ you can use something like this in your vhost configuration :
+ Alias /static /usr/share/mga-treasurer/static
+ The URL where it is available should be set in the configuration in the
+ staticdir_url variable.
- config_default: default configuration file, installed as
/usr/share/mga-treasurer/config.
- mga-treasurer.conf: example configuration file, installed as