You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 😛 )