]> git.evergreen-ils.org Git - Evergreen.git/blob - docs/modules/admin_initial_setup/pages/bootstrap_opac.adoc
Docs: adding information about 3.6 features from the release notes
[Evergreen.git] / docs / modules / admin_initial_setup / pages / bootstrap_opac.adoc
1 = Bootstrap-based OPAC =
2
3 Evergreen includes an experimental OPAC with a cleaner, more modern design.
4
5 To enable the new OPAC design, open the `/etc/apache2/eg_vhost.conf` file.
6
7 Find the following line:
8
9 ----
10 PerlAddVar OILSWebTemplatePath "/openils/var/templates"
11 ----
12
13 Add the following line directly below it:
14
15 ----
16 PerlAddVar OILSWebTemplatePath "/openils/var/templates-bootstrap"
17 ----
18
19 Be sure that, if you have any local customizations, that they are referenced below
20 this line.  This way, your customizations will still appear in the new OPAC design
21 (although they may need to be adjusted to better fit the new style).
22
23 You can also turn on the new OPAC for some virtual hosts only, by adding it to the
24 appropriate virtual host entry.  Be sure to reference the OILSWebTemplatePath for
25 the `templates-bootstrap` directory before referencing any local customizations
26 used by that virtual host.
27
28
29