init.php, configuration stub
parent
b289892e0b
commit
90e5f5d3e2
1 changed files with 11 additions and 3 deletions
14
Home.md
14
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.
|
||||
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
|
Reference in a new issue