From 8842f45fc55c9f5483533b41d95aadb16f86c0b4 Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Fri, 25 May 2012 22:18:43 +0200 Subject: [PATCH] installation docs --- README.rst | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index c4dc195..2485bbd 100644 --- a/README.rst +++ b/README.rst @@ -4,7 +4,7 @@ phorkie - PHP and Git based pastebin Self-hosted pastebin software written in PHP. Pastes are editable, may have multiple files and are stored in git repositories. -Homepage: http://sourceforge.net/p/phorkie/ +Project page: http://sourceforge.net/p/phorkie/ .. contents:: Table of Contents @@ -37,6 +37,30 @@ Features ============ +Installation +============ +1. Unzip the phorkie release file:: + + $ tar xjvf phorkie-0.2.0.tar.bz2 + +2. Create the git directories:: + + $ mkdir -p repos/git repos/work + $ chmod og+w repos/git repos/work + +3. Install dependencies_ + +4. Copy ``data/config.php.dist`` to ``data/config.php`` and adjust it + to your needs:: + + $ cp data/config.php.dist data/config.php + $ $EDITOR data/config.php + +5. Set your web server's document root to ``/path/to/phorkie-0.2.0/www/`` + +6. Open phorkie in your web browser + + Dependencies ============ phorkie stands on the shoulders of giants. -- 2.30.2