Hello/bonjour,
I use Debian 9.5
J'utilise Debian 9.5
I just finished installing OCS Inventory Server and I end up with the 404 error when I want to access to http://MYIPADRESS/ocsreports.
Je viens de terminer l'installation de OCS Inventory Server et je me retrouve avec l'erreur 404 quand je veux accéder à http://MONADRESSEIP/ocsreports
Here is my installation process :
Voici ma démarche d'installation :
_____________________________________________________________________
VM : Debian9.5-OCS
_____________________________________________________________________
Sélection des logiciels :
- serveur ssh
- usuels du système
_____________________________________________________________________
Prérequis pour le srv OCS :
/Serv Comm/ --> Apache 2 + MariaDB
--> + tous les modules requis...
Commandes:
apt install apache2
apt install mariadb-client
apt install libxml-simple-perl libcompress-zlib-perl libdbi-perl libdbd-mysql-perl libapache-dbi-perl libnet-ip-perl libsoap-lite-perl libarchive-zip-perl make build-essential
cpan install XML::Entities
__________________________________
/Console d'Administration/ --> Modules PHP + Support GD
Commandes:
apt install php-pclzip
apt install make build-essential
cpan -i DBI DBD::mysql XML::Simple Net::IP
apt install php7.0-gd
__________________________________
/COMMANDES POUR LES PREREQUIS/
apt install php-curl php-mbstring php-xml php-soap
-Installation des modules PERL
cpan
install XML::Simple
install Compress::Zlib
install DBI
install DBD::Mysql
install DBD::MariaDB
install Apache::DBI
install Net::IP
install SOAP::Lite
install Mojolicious::Lite
install Plack::Handler
install Archive::Zip
install YAML
install XML::Entities
install Apache2::SOAP (pas obligatoire)
__________________________________
/DL + Install du Serveur OCS/
Commandes:
wget https://github.com/OCSInventory-NG/OCSInventory-ocsreports/releases/download/2.4.1/OCSNG_UNIX_SERVER_2.4.1.tar.gz
tar -xvzf OCSNG_UNIX_SERVER_2.4.1.tar.gz
cd OCSNG_UNIX_SERVER_2.4.1
sh setup.sh
_____________________________________________________________________
Install OCS-Serveur terminée
chown -R www-data:www-data /var/www/html
chown -R www-data:www-data /usr/share/ocsinventory-reports/
Il faut redémarrer le service apache2
--> systemctl restart apache2
_____________________________________________________________________
Thank you.
Merci.