removed msg_info, fix description

This commit is contained in:
MintHCM-admin 2025-12-22 08:11:35 +01:00
parent 671a7f12c9
commit 36814cb0fb
2 changed files with 1 additions and 5 deletions

View File

@ -13,7 +13,7 @@
"config_path": "/var/www/MintHCM", "config_path": "/var/www/MintHCM",
"website": "https://minthcm.org/", "website": "https://minthcm.org/",
"logo": "https://minthcm.org/wp-content/uploads/2021/03/minthcm-logo.svg", "logo": "https://minthcm.org/wp-content/uploads/2021/03/minthcm-logo.svg",
"description": "MintCHM is a free and open-source tool for Human Capital Management.\n\nMain features:\nrecruitment\ntime management\nonboarding & offboarding\ncalendar\nleave management\nresources booking\ntravel & expenses\nworkplace management\nanalytics\nroles & permissions management\njob descriptions\nemployer branding\nemployee profiles\ncompetences & skills\nemployment history\nemployee evaluations\niOS & Android mobile apps\nMint based on two popular, well-known business applications: SugarCRM Community Edition and SuiteCRM. This is why we often say that MintHCM is CRM reinvented.", "description": "MintCHM is a free and open-source tool for Human Capital Management. Main features: recruitment, time management, onboarding & offboarding, calendar, leave management, resources booking, travel & expenses, workplace management, analytics, roles & permissions management, job descriptions, employer branding, employee profiles, competences & skills, employment history, employee evaluations, iOS & Android mobile apps. Mint based on two popular, well-known business applications: SugarCRM Community Edition and SuiteCRM. This is why we often say that MintHCM is CRM reinvented.",
"install_methods": [ "install_methods": [
{ {
"type": "default", "type": "default",

View File

@ -13,13 +13,9 @@ setting_up_container
network_check network_check
update_os update_os
msg_info "Setting up PHP 8.2"
PHP_APACHE="YES" PHP_VERSION="8.2" PHP_MODULE="mysql,cli,redis" PHP_FPM="YES" setup_php PHP_APACHE="YES" PHP_VERSION="8.2" PHP_MODULE="mysql,cli,redis" PHP_FPM="YES" setup_php
msg_ok "Set up PHP 8.2"
msg_info "Setting up Composer"
setup_composer setup_composer
msg_ok "Set up Composer"
msg_info "Enabling Apache modules (rewrite, headers)" msg_info "Enabling Apache modules (rewrite, headers)"
$STD a2enmod rewrite $STD a2enmod rewrite