Skip to content

fbetil/qumulus

Repository files navigation

Prerequisites

Webserver running PHP, MySQL. HTTPS access is hightly recommended.

Installation

Download latest version on GitHub :

Extract ZIP content in a "qumulus" subfolder of your webserver.

Create a "qumulus" database and a "qumulus" user with all privileges on it.

Configuration

Edit "/application/config-sample.php" and change theses values:

$config['language']
$config['encryption_key']
$config['base_url']

Save file as "/application/config.php".

Edit "/application/database-sample.php" and change theses values:

$db['default']['hostname']
$db['default']['username']
$db['default']['password']
$db['default']['database']
$db['default']['pconnect'] //Optionnal if you have database disconnections

Save file as "/application/database.php".

First run

Open your webbrowser and navigate to "https://myserver/qumulus".

That's all...

Enjoy !

About

Personal cloud software

Resources

License

Unknown, GPL-3.0 licenses found

Licenses found

Unknown
LICENSE.md
GPL-3.0
license.txt

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages