Translate

Showing posts with label Configure the Basic Software Development Tools. Show all posts
Showing posts with label Configure the Basic Software Development Tools. Show all posts

Monday, July 25, 2022

Orange { HRM } Human Resource Management Open Source Software installation Process

 Orange HRM Software Installation Process in Your Local Windows PC

Step 1: Download the OrangeHRM for Windows.

Step 2: Install xampp server for windows. {apache, mysql}

Step 3: Now unzip the downloaded software.

A. You will find orangehrm x.x folder.

B. Copy this folder to the C:\xampp\htdocs

C. In your browser, type localhost/orangehrm-x.x

D. A configuration web based window will appear.

Orange HRM


Step 4: Database configuration

Database to Use       | New Database|

Database host name |localhost         |

Database host port   | 3306             |

Database Name        | orangehrm_mysql |

Privileged DB user Name  | root      |

Privileged DB password    | root123 |

Use the same DB user for Orange HRM .Yes

OrangeHRM DB username |orangehrm|

OrangeHRM DB userpassword |orange 123|

Enable database encryption .Yes

NB:- In our configuration we did not give any Root Password for my SQL database. So leave the Privilege DB password file as blank.


Step 5: System Check

Step 6: Admin User Creation

Orange HRM Admin ID | Admin |

Orange HRM Admin Password |Admin1234|

Step 7: Press Next

Step 8: Installing ..........

Step 9: Next

Step 10. Registration ? , No Thanks...




Saturday, July 23, 2022

How to install Eclips PHP IDE software in Windows System for Software Development

 Q. How to install Eclips PHP software in Windows System ?

Ans: 

Step 1: Download the Eclips PHP. (www.eclips.org)

Step 2: Unzipe the folder and copy the folder to the appropriate drive.

Step 3: Rename of eclips-php.

Step 4: Make a short cut to Desktop.

Step 5: Click on the setup icon and it will automatically installed the software for you.

Step 6: Next, when you first Run the eclips, then it will ask you to give the work space path.

Step 7: That Path should be "xampp / htdoc " folder. Otherwise it will not display in browser.

Note: Before install PHP, Download the xampp software  and install it in your Windows System.


NB:- An integrated development environment (IDE) is software for building applications that combines common developer tools into a single graphical user interface (GUI).