From 42c00e9b710ff9520034c00c8057f1ecb737eb61 Mon Sep 17 00:00:00 2001 From: Thomas Mudrunka Date: Tue, 23 Aug 2011 19:18:02 +0200 Subject: [PATCH] Pridana zakladni instalacni prirucka --- INSTALL.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 INSTALL.md 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) -- 2.30.2