Commit 4e36c871793fb85fd644572255ae2ca42ab93d41
1 parent
f18186a6
Added upgrade instructions and corrected path to SQL.
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@2834 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
16 additions
and
2 deletions
docs/INSTALL.txt
| ... | ... | @@ -18,7 +18,7 @@ KnowledgeTree Installation Notes |
| 18 | 18 | $ mysqladmin -p create dms |
| 19 | 19 | |
| 20 | 20 | * Create and populate the tables: |
| 21 | - $ mysql -p dms < sql/tables.sql | |
| 21 | + $ mysql -p dms < sql/mysql/install/tables.sql | |
| 22 | 22 | |
| 23 | 23 | * Configure your installation by changing the following attributes in config/environment.php: |
| 24 | 24 | - The fileSystemRoot property should point to the directory you installed the KnowledgeTree in eg. |
| ... | ... | @@ -67,7 +67,21 @@ Troubleshooting |
| 67 | 67 | Refer to docs/FAQ.txt. |
| 68 | 68 | |
| 69 | 69 | |
| 70 | -Jam Warehouse – Smart Business Innovation | |
| 70 | +Upgrading | |
| 71 | +--------- | |
| 72 | + | |
| 73 | +In order to upgrade your KnowledgeTree installation, perform the following tasks: | |
| 74 | +- Run the appropriate database upgrade scripts against your database. If you are upgrading more than one version, multiple | |
| 75 | + upgrade scripts will need to be executed. | |
| 76 | + eg. if you're upgrading from version 1.1.2 to version 1.2.2, the following upgrade scripts need to be executed: | |
| 77 | + - sql/mysql/upgrade/1.2.0/1.2.0.sql | |
| 78 | + - sql/mysql/upgrade/1.2.1/1.2.1.sql | |
| 79 | + - sql/mysql/upgrade/1.2.2/1.2.2.sql | |
| 80 | + | |
| 81 | +- Upgrade your application code, by unpacking the latest download into your webroot directory. | |
| 82 | + | |
| 83 | + | |
| 84 | +Jam Warehouse � Smart Business Innovation | |
| 71 | 85 | Phone: +27 21 4477440 |
| 72 | 86 | Fax: +27 21 4477449 |
| 73 | 87 | Email: info@jamwarehouse.com | ... | ... |