From 868f96c759b6650d88ff9f4fbc5c048302134248 Mon Sep 17 00:00:00 2001 From: Sebastien Blot Date: Wed, 20 Sep 2017 10:11:01 +0200 Subject: Initial import --- doc/source/installation.rst | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 doc/source/installation.rst (limited to 'doc/source/installation.rst') diff --git a/doc/source/installation.rst b/doc/source/installation.rst new file mode 100644 index 0000000..779008d --- /dev/null +++ b/doc/source/installation.rst @@ -0,0 +1,33 @@ +Installation +============ + +Snuffleupagus is tested against various PHP 7+ versions: XXX + +Manual installation +------------------- + +Depending on the system, we might already offer binary packages. +You can check our :doc:`download`. In that case you only need to activate +the extension inside your ``php.ini`` and to configure it. + + +Quickstart +^^^^^^^^^^ + +:: + + git clone https://github.com/nbs-system/snuffleupagus + cd snuffleupagus + phpize + ./configure + make + make install + +This should install ``snuffleupagus.so`` file in your extension directory. The final step is adding a load directive to ``php.ini``:: + + extension=snuffleupagus.so + +Upgrading +--------- + +Upgrading the Snuffleupagus is as simple as recompiling it (or using a binary), replacing the file and restarting your webserver. -- cgit v1.3