From 90e5f5d3e283e42e9189dcad7b1ab7966e022602 Mon Sep 17 00:00:00 2001 From: Mariusz Dziemianowicz Date: Wed, 9 Oct 2013 08:40:36 -0700 Subject: [PATCH] init.php, configuration stub --- Home.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/Home.md b/Home.md index 2c6e936..b91d3e5 100644 --- a/Home.md +++ b/Home.md @@ -11,11 +11,11 @@ Szurubooru differs from standard web applications. It has no installation wizard * A web server running PHP 5.5+ with SQLite extension enabled * Some experience with web servers, installing web applications and/or git. -## Installation instructions +## Installation 1. Clone this repository somewhere or unpack downloaded repository archive. - **Notice**: Cloning will download all required linked libraries automatically, otherwise you will need to download each of them manually. In git these are called submodules and you will find them in the `lib/` directory. + **Notice**: Recursive git clone will download all required linked libraries automatically, otherwise you will need to download each of them manually. In git these are called submodules and you will find them in the `lib/` directory. 2. Setup your szurubooru installation. @@ -29,4 +29,12 @@ Szurubooru differs from standard web applications. It has no installation wizard 3. _TODO: file permissions and security information_ -4. If all done correctly, you can now use your szurubooru. \ No newline at end of file +4. If all done correctly, you should be able to see your szurubooru loading with no major issues. However, you need some more dependencies to be downloaded, such as javascript libraries etc. + + If you're using default path structure, run `init.php` script from command line if possible: `php init.php`. If not, `init.php` must be called from on http request - place it in your web server directory and edit destination paths accordingly, then delete or rename it. + +5. szurubooru should be ready to use now. + +## Configuration + +TODO \ No newline at end of file