From f36e5ecef4d642f85b4ab078b4b4170fd3298d05 Mon Sep 17 00:00:00 2001 From: FrancescoUK Date: Sat, 2 Apr 2016 14:22:36 +0100 Subject: [PATCH] Release files update (due to 2.4 being released) --- README.md | 2 +- UPGRADE.txt | 14 ++++++++++++-- WHATS_NEW.txt | 3 +++ 3 files changed, 16 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f47ec6029..08de02626 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ password:pointofsale FAQ --- -If an blank page (HTTP status 500) shows after search completion or receipt generation, then double check php5-gd presence in your php installation. On windows check in php.ini whether the lib is installed. On Ubuntu issue `sudo apt-get install php5-gd`. Also have a look at the Dockerfile for a complete list of recommended packages. +If a blank page (HTTP status 500) shows after search completion or receipt generation, then double check php5-gd presence in your php installation. On windows check in php.ini whether the lib is installed. On Ubuntu issue `sudo apt-get install php5-gd`. Also have a look at the Dockerfile for a complete list of recommended packages. 13/01/2016: Install using Docker ------------------------------- diff --git a/UPGRADE.txt b/UPGRADE.txt index c0ea18810..488a069ce 100644 --- a/UPGRADE.txt +++ b/UPGRADE.txt @@ -1,4 +1,14 @@ How to Upgrade ------------------------- -1. Replace all code from your point of sale installation with the code downloaded -2. Run the necessary database upgrades from the database folder +1. Backup all your current database and OSPOS code +2. Make sure you have a copy of application/config/config.php and application/config/database.php +3. Remove all directories +4. Install tne new OSPOS +5. Run the database upgrade scripts from database/ (check which ones you need according to the version you are upgrading from) +6. Take the saved old config.php and upgrade the new config.php with any additional changes you made in the old. + Take time to understand if new config rules require some changes (e.g. encryption keys) +7. Copy application/config/database.php.tmpl to application/config/database.php +8. Take the saved old database.php and change the new database.php to contain all the configuration you had in the old setup. + Please try not to use the old layout, use the new one and just copy the content of the config variables +9. Once new code is in place, database is updated and config files are sorted you are good to start the new OSPOS +10. If any issue please check GitHub issues as somebody else might have had your problem already or post a question diff --git a/WHATS_NEW.txt b/WHATS_NEW.txt index b8ce62738..1aac65d3b 100644 --- a/WHATS_NEW.txt +++ b/WHATS_NEW.txt @@ -1,3 +1,6 @@ ++ *CodeIgniter 3.0.5* Upgrade (please read UPGRADE.txt) ++ Bulk item edit fixes (category, tax and supplier fields) ++ Improve language generation scripts (use PHP builtin functionality) Version 2.3.4 ------------- + Migration script fixes