Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sapplica committed Jul 7, 2015
1 parent 2284324 commit a124539
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ Sentrifugo is a free and powerful new-age Human Resource Management System that



Installing Sentrifugo Version 2.0
===================================
Installing Sentrifugo Version 2.0.1
====================================

Sentrifugo comes with its own web-installer to help guide you through the installation process.

Expand Down Expand Up @@ -201,32 +201,32 @@ Table of Contents:
e. Open SSL (For SSL and TSL Protocols)
Download the installer for OpenSSL from http://www.openssl.org/source/

5. Upgrading your application code with patches 2.0
==================================================
5. Upgrading your application code with patches 2.0.1
=====================================================

MANUAL

1. Download Sentrifugo.zip
2. Extract the zip file
3. Check for patches folder in the extracted Sentrifugo folder
4. Check your application code version in index.php Ex: defined('CODEVERSION')|| define('CODEVERSION', '1.1.7');
5. If your code version is not 1.1.7, take patches <CODEVERSION> till patches 2.0
Eg: If CODEVERSION is 1.1.5, take patches_1.1.6, patches_1.1.7, patches_2.0
6. If your code version is 1.1.7, consider patches_2.0 folder
5. If your code version is not 2.0, take patches <CODEVERSION> till patches 2.0.1
Eg: If CODEVERSION is 1.1.6, take patches_1.1.7, patches_2.0
6. If your code version is 2.0, consider patches_2.0.1 folder

AUTOMATION

1. Login into your application as 'Super Admin'
2. Click on Profile pop-up on the right hand-side
3. Select Upgrade application
4. Current application version will be displayed. Choose version to upgrade as 2.0
5. On clicking 'Upgrade' button, patches_2.0 will be downloaded
4. Current application version will be displayed. Choose version to upgrade as 2.0.1
5. On clicking 'Upgrade' button, patches_2.0.1 will be downloaded

To install patch 2.0
To install patch 2.0.1

1. Extract the patches_2.0.zip file
1. Extract the patches_2.0.1 .zip file
2. Copy and paste the files to your current application folder
3. Change the application version in index.php to 2.0
3. Change the application version in index.php to 2.0.1
4. Execute the queries in sql/queries.txt file, if any (commands are mentioned at the bottom of this document)

NOTE:
Expand Down

0 comments on commit a124539

Please sign in to comment.