Name | Modified | Size | Downloads / Week |
---|---|---|---|
wikione-20120830.zip | 2012-08-30 | 1.4 MB | |
wikione-20120822.zip | 2012-08-22 | 1.4 MB | |
README.txt | 2012-08-22 | 1.4 kB | |
wikione-20120726.zip | 2012-07-26 | 44.4 kB | |
wikione-20120523.zip | 2012-05-23 | 43.0 kB | |
wikione-20120510.zip | 2012-05-10 | 101.8 kB | |
wikione-20120301.zip | 2012-03-01 | 23.8 kB | |
wikione-20120222.zip | 2012-02-22 | 22.9 kB | |
Totals: 8 Items | 3.0 MB | 0 |
WikiOne ------- The simplest wiki+tracking system written on PHP+MySql. Author Kapoyko Yu. A., Russia <kapojko@yandex.ru>. This work is published into the Public Domain. INSTALLATION: 1. Unzip, checkout or export all to some local folder; 2. Upload content of 'upload' folder into desired folder on 'www', ex. 'www/tracker' (one can use 'upload.zip' archive to do that); 3. Copy 'config-dist.php' to 'config.php' and set all variables to approriate values; 4. Execute 'sql/install.sql' SQL program on your database (if you choose non-default table prefix in file 'config.php' you must fix the script manually); 5. DONE. UPDATE TO NEW VERSION: 1. Unzip, checkout or export all to some local folder; 2. Upload content of 'upload' folder into your folder on 'www', ex. 'www/tracker' (one can use 'upload.zip' archive to do that); 3. If database structure must be updated, there will be a file named 'sql/convert_<PREV_VERSION>_to_<NEW_VERSION>.sql'; you must execute this SQL program on your database (if you choose non-default table prefix in file 'config.php' you must fix the script manually); 4. DONE. UNINSTALLATION: 1. Execute 'sql/uninstall.sql' SQL program on your database (if you choose non-default table prefix in file 'config.php' you must fix the script manually); 2. Remove your folder on 'www', ex. 'www/tracker'; 3. DONE.