Skip to content
This repository was archived by the owner on May 7, 2025. It is now read-only.

Installation & Setup

Alexander R. Krug edited this page Apr 14, 2016 · 3 revisions

Dependencies

JournalTouch requires a web server with PHP 5.3 and (currently) write permissions to some directories within the project structure. Simply extract the release archive into a directory and make your web server aware of it (on linux machines, this is usually done with a symlink and a config file in /etc/<webserver>/sites-enabled/).

Once you have that, the main configuration work awaits. There are two files you need to create:

config.php

Find config-default.php in the release and copy it to config.php. Open the file in an editor and then read the inline documentation there parallel to this text. (TODO: add the actual text here 😛 )

input/journals.csv

(TODO: add text here 😛 )

Clone this wiki locally