mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-05 08:35:26 +00:00
10 lines
350 B
Plaintext
10 lines
350 B
Plaintext
Installation
|
|
Update .htaccess include_path value to point to [yourpath]/inc
|
|
Copy inc/config-dist.php to inc/config.php
|
|
Define required information in inc/config.php
|
|
Set apache as owner, chmod 700.
|
|
Set up your preview symlinik in order to use previews
|
|
mkdir ./images
|
|
cd images
|
|
ln -s /data/previews previews
|