From: Thomas Mudrunka Date: Tue, 23 Aug 2011 17:18:02 +0000 (+0200) Subject: Pridana zakladni instalacni prirucka X-Git-Url: https://git.harvie.cz/?a=commitdiff_plain;h=42c00e9b710ff9520034c00c8057f1ecb737eb61;p=mirrors%2FSokoMan.git Pridana zakladni instalacni prirucka --- diff --git a/INSTALL.md b/INSTALL.md new file mode 100644 index 0000000..e863133 --- /dev/null +++ b/INSTALL.md @@ -0,0 +1,19 @@ +#SōkoMan Instalation Guide + +* Install following software + * DB (currently tested only on MySQL) + * WebServer with PHP>=5 support + * GNU Barcode + * ImageMagick +* Download source (and unpack it) somewhere in webserver wwwroot + * Make sure that PHP can write to images/ and barcodes/ +* Create new DB + * load install.sql dump into it +* Copy sklad.conf.php.example to sklad.conf.php + * Set DB\_* constants to match your DB settings + * Optionaly you can + * Set LOCALE\_LANG (eg.: en, cs,...) + * Set INSTANCE\_ID (this is how you call your instalation, hostname, organization, etc...) + * Set BARCODE\_TYPE (that will be used for printing barcodes) + * Set BARCODE\_PREFIX (this will be used for generating unique barcodes if you have more instalations) + * Set $fake\_lms\_users (If you want to use login credentials different from your DB user/password)