Installasi Snipe IT Manajemen Asset TIK pada Ubuntu 22
Sebelum mencoba untuk menginstall Snipe IT, periksa terlebih dahulu apakah pada server sudah terinstall Apache, PHP 8, dan MySql, Cara Install Dapat Di Lihat DisiniĀ
PRE-REQUISITE
check LAMP stack dengan command ini:
php -v
check apache berjalan pada server:
sudo systemctl status apache2
check MySQL berjalan pada server:
sudo systemctl status mysql
gunakan ctrl + x untuk keluar dari command mysql
INSTALLASI
sudo apt update && sudo apt upgrade -y
Install Package dan PHP extension yang diperlukan oleh Snipe IT
sudo apt install -y openssl curl git wget zip vim php-opcache php-pdo php-bcmath php-calendar php-ctype php-fileinfo php-ftp php-gd php-intl php-json php-ldap php-mbstring php-mysqli php-posix php-readline php-sockets php-bz2 php-tokenizer php-zip php-curl php-iconv php-phar