From 0608434dde91e2a0ef82abd13b2006d72c60f150 Mon Sep 17 00:00:00 2001 From: Thilina Hasantha Date: Wed, 28 Dec 2016 09:28:11 +0100 Subject: [PATCH] Read me updated --- readme.md | 71 ++++++++++++++++++++++++++++++------------------------- 1 file changed, 39 insertions(+), 32 deletions(-) diff --git a/readme.md b/readme.md index 9b8ae5a7..026724dc 100644 --- a/readme.md +++ b/readme.md @@ -5,6 +5,39 @@ IceHrm IceHrm is a [HRM software](https://icehrm.com) which enable companies of all sizes to [manage HR activities](https://icehrm.com) properly. +Useful Links +------------- + * IceHrm Opensource Blog: [http://icehrm.org](http://icehrm.org) + * IceHrm Cloud Hosting: [https://icehrm.com](https://icehrm.com) + * IceHrm Documentation (Opensource and Commercial): [http://blog.icehrm.com](http://blog.icehrm.com) + * IceHrm Blog: [https://icehrm.com/blog](http://icehrm.com/blog) + * Purchase IceHrm Pro: [https://icehrm.com/modules.php](https://icehrm.com/modules.php) + * Report Issues: [https://github.com/gamonoid/icehrm/issues](https://github.com/gamonoid/icehrm/issues) + * Feature Requests: [https://bitbucket.org/thilina/icehrm-opensource/issues](https://bitbucket.org/thilina/icehrm-opensource/issues) + * Community Support: [http://stackoverflow.com/search?q=icehrm](http://stackoverflow.com/search?q=icehrm) + +Installation +------------ + * Download the latest release https://github.com/gamonoid/icehrm/releases/latest + + * Copy the downloaded file to the path you want to install iCE Hrm in your server and extract. + + * Create a mysql DB for and user. Grant all on iCE Hrm DB to new DB user. + + * Visit iCE Hrm installation path in your browser. + + * During the installation form, fill in details appropriately. + + * Once the application is installed use the username = admin and password = admin to login to your system. + + Note: Please rename or delete the install folder (/app/install) since it could pose a security threat to your iCE Hrm instance. + + +Upgrade from Previous Versions to Latest Version +------------------------------------------------ + +Refer: [http://blog.icehrm.com/docs/upgrade/](http://blog.icehrm.com/docs/upgrade/) + Setup IceHrm Development Environment ------------------------------------ @@ -46,6 +79,12 @@ Preparing development VM ~ $ ant buildlocal ``` +- If you destroyed the vagrant machine and created it again, you should run table creation scripts +``` +~ $ mysql -u dev -p dev dev < /vagrant/scripts/icehrmdb.sql +~ $ mysql -u dev -p dev dev < /vagrant/scripts/icehrm_master_data.sql +``` + - Navigate to [](http://clients.app.dev/dev) to load icehrm from VM. (user:admin/pass:admin) - Runing unit test @@ -56,35 +95,3 @@ Preparing development VM ``` -Useful Links -------------- - * IceHrm Opensource Blog: [http://icehrm.org](http://icehrm.org) - * IceHrm Cloud Hosting: [https://icehrm.com](https://icehrm.com) - * IceHrm Documentation (Opensource and Commercial): [http://blog.icehrm.com](http://blog.icehrm.com) - * IceHrm Blog: [https://icehrm.com/blog](http://icehrm.com/blog) - * Purchase IceHrm Pro: [https://icehrm.com/modules.php](https://icehrm.com/modules.php) - * Report Issues: [https://github.com/gamonoid/icehrm/issues](https://github.com/gamonoid/icehrm/issues) - * Feature Requests: [https://bitbucket.org/thilina/icehrm-opensource/issues](https://bitbucket.org/thilina/icehrm-opensource/issues) - * Community Support: [http://stackoverflow.com/search?q=icehrm](http://stackoverflow.com/search?q=icehrm) - -Installation ------------- - * Download the latest release https://github.com/gamonoid/icehrm/releases/latest - - * Copy the downloaded file to the path you want to install iCE Hrm in your server and extract. - - * Create a mysql DB for and user. Grant all on iCE Hrm DB to new DB user. - - * Visit iCE Hrm installation path in your browser. - - * During the installation form, fill in details appropriately. - - * Once the application is installed use the username = admin and password = admin to login to your system. - - Note: Please rename or delete the install folder (/app/install) since it could pose a security threat to your iCE Hrm instance. - - -Upgrade from Previous Versions to Latest Version ------------------------------------------------- - -Refer: [http://blog.icehrm.com/docs/upgrade/](http://blog.icehrm.com/docs/upgrade/) \ No newline at end of file