small fixes
parent
28ed824493
commit
f9ce77572a
1 changed files with 3 additions and 5 deletions
8
Home.md
8
Home.md
|
@ -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.
|
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
|
## 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.
|
* Some experience with web servers, installing web applications and/or git.
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
@ -19,7 +19,7 @@ Szurubooru differs from standard web applications. It has no installation wizard
|
||||||
|
|
||||||
2. Setup your szurubooru installation.
|
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.
|
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.
|
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. If you still having problems, make sure that all required PHP extensions are enabled and all configured paths are correct.
|
||||||
|
|
||||||
5. szurubooru should be ready to use now.
|
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue