Skip to content

Commit

Permalink
Update install.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cboulanger committed Jun 30, 2015
1 parent 572800c commit 9803b36
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion install.md
@@ -1,6 +1,14 @@
Installation and Deployment
===========================

Docker
------
The easiest way to install Bibliograph is by using the [preconfigured docker image](https://registry.hub.docker.com/u/cboulanger/bibliograph/).

Caveat: this image is currently meant only for testing purposes. If you need a
production set up, you have to build your own installation, using the instructions
below. It might be useful to look at the Ubuntu-based [Dockerfile](https://github.com/cboulanger/bibliograph-docker/blob/master/Dockerfile).

Prerequisites
-------------
- PHP >= 5.3 with the following extensions: intl, gettext, yaz/xsl (optional), ldap
Expand Down Expand Up @@ -66,4 +74,4 @@ Deployment
- Change the QCL_APPLICATION_MODE constant in `config/server.conf.php` to
"production". When you need to apply updates, change it back to "maintenance".
Note: this is a security feature that doesn't do anything at the moment, but
might be used to prevent configuration changes in 'production' mode.
might be used to prevent configuration changes in 'production' mode.

0 comments on commit 9803b36

Please sign in to comment.