  Copyright (C) 2011 Appora contributors.
  Source code licenced under GNU AGPL (see COPYING).
  Documentation licenced under CC BY-SA 3.0
  (see <http://creativecommons.org/licenses/by-sa/3.0/>).
  For details about copyright holders, see the COPYRIGHT file.
  This file is part of the documentation.

-------------------
SERVER INSTALLATION
-------------------

Just upload all files to an http browsable location to install the server.
The resources directory can be omitted without any consequences. This will
deploy the core part, not the sources (see source installation below)

For security reason you should move the config.ini file outside the
web browsable directories and modify $_SETUP_FILE in env.php to point to
the new location.

-------------
CONFIGURATION
-------------

Modify the config.ini according to your sources. See documentation and sample in
the resources directory.

You must for short configure your descriptor source (for example from a mysql
database by giving server, login and password) and your data source (for example
by giving the base directory where files are located).

If you modify the source code except the $_SETUP_FILE you will need to provide
the source of the modified version to comply with the AGPL license. You should
use the source_location in your config.ini to provide an URI from which the modified source can be retrieved.

--------------------
SOURCES INSTALLATION
--------------------

From this point you have a running server but without any data. You have now
to configure your sources and populate them. See detailed documentation in the
resources directory for each source type.

--------
UPDATING
--------

To update your server, save the value of the $_SETUP_FILE in env.php, delete all
files and upload the new version. Next restore the $_SETUP_FILE with your
previous value.
