Skip to content
sjarvela edited this page Feb 11, 2015 · 8 revisions

1. Installation

  1. Unzip Mollify installation package (for example with command "unzip mollify_[VER].zip")
  2. Copy extracted directory "mollify" into your web server root directory (or any other place of your choice)
  3. Open installer at address "http://your.host.name/mollify/backend/install/". Installer will guide you through the configuration, for more information see chapter 3.
  4. Log in as admin and choose "Configuration" in app header to configure users and published folders

2. Upgrading

Upgrading Mollify requires following steps:

  1. Log into Mollify as admin user, and leave the session open for the upgrade process
  2. For backup, move or rename old installation directory "mollify" into different name or location
  3. Download and unzip latest mollify release package
  4. Copy folder "mollify" from the latest Mollify installation package
  5. From backup, restore "configuration.php" into the new installation directory (as well as other customized files, such as "index.html")
  6. Open updater in your browser at address "http://your.host.name/mollify/backend/update/" to check if further update actions are required.
  7. Remove backup directory

3. Configuration

Mollify requires database, and supports MySQL and SQLite databases, either directly or via PDO interface.

Start configuration by creating "configuration.php" under folder "mollify/backend", examples can be found in folder "example" in installation package.

Follow instructions based on configuration type (instructions for PDO is included in these pages): MySQL Database SQLite Database For additional options, see additional settings on client and backend.

Clone this wiki locally