Skip to content

Commit

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



Installing Sentrifugo Version 3.0 Beta
Installing Sentrifugo Version 3.1
======================================

Sentrifugo comes with its own web-installer to help guide you through the installation process.
Expand Down Expand Up @@ -209,25 +209,24 @@ Table of Contents:
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', '2.1');
5. If your code version is not 2.1, take patches <CODEVERSION> till patches 3.0
Eg: If CODEVERSION is 2.1, take patches from 2.1 to patches 3.0
6. If your code version is 2.1, consider patches_3.0 folder
4. Check your application code version in index.php Ex: defined('CODEVERSION')|| define('CODEVERSION', '3.0');
5. If your code version is not 3.0, take patches <CODEVERSION> till patches 3.1
Eg: If CODEVERSION is 3.0, take patches from 3.0 to patches 3.1
6. If your code version is 3.0, consider patches_3.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 3.0
5. On clicking 'Upgrade' button, patches_3.0 will be downloaded
4. Current application version will be displayed. Choose version to upgrade as 3.1
5. On clicking 'Upgrade' button, patches_3.1 will be downloaded

To install patch 3.0
To install patch 3.1

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

NOTE:
Once you login to the application, update any role in Human Resources -> User Management -> Roles and Privileges page.
Expand Down

0 comments on commit 5bef6fd

Please sign in to comment.