diff --git a/doc/install-phar.rst b/doc/install-phar.rst new file mode 100644 index 0000000..4e28e25 --- /dev/null +++ b/doc/install-phar.rst @@ -0,0 +1,29 @@ +================================== +SemanticScuttle .phar installation +================================== + +How to install the `.phar` version of SemanticScuttle. + + +Server setup +============ +Apache or any other web server is by default not configured to let PHP handle +``.phar`` files, so we need to add it. + +The default apache configuration on Debian contains the following lines:: + + + SetHandler application/x-httpd-php + + +which matches ``.php``, ``.php3`` and ``.phtml`` files. +Adding ``.phar`` is trivial:: + + + + +2. Database setup +3. Configuration + 1. Configuration file + 2. Caching +4. Visit SemanticScuttle