diff --git a/frontend/public/json/minthcm.json b/frontend/public/json/minthcm.json index 680212e52..a901a7cb3 100644 --- a/frontend/public/json/minthcm.json +++ b/frontend/public/json/minthcm.json @@ -13,7 +13,7 @@ "config_path": "/var/www/MintHCM", "website": "https://minthcm.org/", "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": [ { "type": "default", diff --git a/install/minthcm-install.sh b/install/minthcm-install.sh index 77b879ece..b7e0c4c4c 100644 --- a/install/minthcm-install.sh +++ b/install/minthcm-install.sh @@ -13,13 +13,9 @@ setting_up_container network_check 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 -msg_ok "Set up PHP 8.2" -msg_info "Setting up Composer" setup_composer -msg_ok "Set up Composer" msg_info "Enabling Apache modules (rewrite, headers)" $STD a2enmod rewrite