hledani v carovejch kodech
[mirrors/SokoMan.git] / INSTALL.md
1 #SōkoMan Instalation Guide
2
3 * Install following software
4 * DB (currently tested only on MySQL)
5 * WebServer with PHP>=5 support
6 * GNU Barcode
7 * ImageMagick
8 * Download source (and unpack it) somewhere in webserver wwwroot
9 * Make sure that PHP can write to images/ and barcodes/
10 * Create new DB
11 * load install.sql dump into it
12 * Copy sklad.conf.php.example to sklad.conf.php
13 * Set DB\_* constants to match your DB settings
14 * Optionaly you can
15 * Set LOCALE\_LANG (eg.: en, cs,...)
16 * Set INSTANCE\_ID (this is how you call your instalation, hostname, organization, etc...)
17 * Set BARCODE\_TYPE (that will be used for printing barcodes)
18 * Set BARCODE\_PREFIX (this will be used for generating unique barcodes if you have more instalations)
19 * Set $internal\_auth\_users (If you want to use login credentials different from your DB user/password)
This page took 0.251616 seconds and 4 git commands to generate.