IceHrm is a human resource management tool that is used to manage employee data and HR workflows online. In this tutorial, we will guide you on how to install IceHrm on Manjaro, a popular Linux distribution.
Before you start, make sure you have the following:
Ctrl + Alt + t
.sudo pacman -Syu
sudo pacman -S apache mariadb php php-apache php-gd php-intl php-pear php-curl php-zip php-mbstring
sudo systemctl enable httpd.service
sudo systemctl start httpd.service
sudo systemctl enable mysqld.service
sudo systemctl start mysqld.service
sudo mysql -u root -p
Enter the root password when prompted.CREATE USER 'icehrm'@'localhost' IDENTIFIED BY 'password';
CREATE DATABASE icehrm;
GRANT ALL PRIVILEGES ON icehrm.* TO 'icehrm'@'localhost';
FLUSH PRIVILEGES;
Replace the password
with a strong password that you prefer.sudo tar xzf icehrm.tar.gz -C /srv/http/
sudo chown -R http:http /srv/http/icehrm
sudo pacman -S composer
/srv/http/icehrm
directory and running the command:cd /srv/http/icehrm
sudo composer install
sudo systemctl restart httpd.service
http://localhost/icehrm
to start using IceHrm.You have successfully installed IceHrm on your Manjaro system. You can now use this powerful HR management tool to manage your employee data with ease. Enjoy the powerful features of IceHrm!
If you want to self-host in an easy, hands free way, need an external IP address, or simply want your data in your own hands, give IPv6.rs a try!
Alternatively, for the best virtual desktop, try Shells!