small fixes

Mariusz Dziemianowicz 2013-10-10 04:06:20 -07:00
parent 28ed824493
commit f9ce77572a

@ -8,7 +8,7 @@ Szurubooru is powered by chibi, a lightweight PHP framework.
Szurubooru differs from standard web applications. It has no installation wizard and has uncommon directory structure. Due to this, setting up szurubooru requires some explanation.
## Prerequisites
* A web server running PHP 5.5+ with SQLite extension enabled
* A web server running PHP 5.5+ with SQLite, gd2, OpenSSL, fileinfo extensions enabled
* Some experience with web servers, installing web applications and/or git.
## Installation
@ -19,7 +19,7 @@ Szurubooru differs from standard web applications. It has no installation wizard
2. Setup your szurubooru installation.
1. **Method 1**: Change your web server configuration file to point at `public_html/` directory (change `DocumentRoot` in `httpd.conf` on Apache web server or change it from server provider administration panel). If it's not possible or you don't want to do that, use the second method.
1. **Method 1**: Change your web server configuration file to point at repo's `public_html/` directory (change `DocumentRoot` in `httpd.conf` on Apache web server or change it from server provider administration panel). If it's not possible or you don't want to do that, use the second method.
If you cloned this repository directly where you set your root directory to, this method will allow you to perform instant updates with no additional configuration required.
@ -33,9 +33,7 @@ Szurubooru differs from standard web applications. It has no installation wizard
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 http request - place it in your web server directory and edit destination paths accordingly, invoke `init.php` from your browser, then delete or rename it.
As a last resort all these files can be downloaded manually. Open `init.php` in your text editor and figure out how it works. It doesn't need a further explanation.
5. szurubooru should be ready to use now.
5. szurubooru should be ready to use now. If you still having problems, make sure that all required PHP extensions are enabled and all configured paths are correct.
## Configuration