]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/examples/web/README
Merge branch 'master' of git.evergreen-ils.org:Evergreen
[working/Evergreen.git] / Open-ILS / examples / web / README
1 README for Evergreen example web
2 ================================
3
4 What's Here
5 -----------
6
7 Here lie example templates for testing and examples of template 
8 overrides and their associated resources (js, css, images).
9
10 Installation
11 ------------
12
13     * To install all example files.
14     * Templates assume a local override directory of "templates_local"
15
16 [source, bash]
17 ------------------------------------------------------------------------------
18 cp -r js/* /openils/var/web/js/
19 cp -r css/* /openils/var/web/css/
20 cp -r images/* /openils/var/web/images/
21 cp -r templates/* /openils/var/templates_local
22 ------------------------------------------------------------------------------
23
24 ////////////////////////
25 vim:set syntax=asciidoc:
26 ////////////////////////
27