small fixes
parent
90e5f5d3e2
commit
28ed824493
1 changed files with 6 additions and 4 deletions
10
Home.md
10
Home.md
|
@ -19,9 +19,9 @@ 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).
|
||||
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.
|
||||
|
||||
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 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.
|
||||
|
||||
2. **Method 2 (not recommended)**: Deploy `public_html` directory into your web server and rest of these files in a safe place. Then you will need to edit paths in `config.ini` and `chdir` path in `public_html/dispatch.php` on the web server, either with relative or absolute paths.
|
||||
|
||||
|
@ -29,9 +29,11 @@ Szurubooru differs from standard web applications. It has no installation wizard
|
|||
|
||||
3. _TODO: file permissions and security information_
|
||||
|
||||
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.
|
||||
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. This can be done by running `init.php` script.
|
||||
|
||||
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.
|
||||
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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue