Pridana zakladni instalacni prirucka
authorThomas Mudrunka <tomas@mudrunka.cz>
Tue, 23 Aug 2011 17:18:02 +0000 (19:18 +0200)
committerThomas Mudrunka <tomas@mudrunka.cz>
Tue, 23 Aug 2011 17:19:08 +0000 (19:19 +0200)
INSTALL.md [new file with mode: 0644]

diff --git a/INSTALL.md b/INSTALL.md
new file mode 100644 (file)
index 0000000..e863133
--- /dev/null
@@ -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)
This page took 0.101796 seconds and 4 git commands to generate.