100% found this document useful (1 vote)
712 views2 pages

How To Install SeedDMS CentOS 7

This document provides instructions for installing SeedDMS CentOS 7 in 3 steps: 1) Install required PHP packages and SeedDMS packages by downloading RPM/tar files and using yum/pear. 2) Create directories, extract files, and move contents to the proper locations. 3) Open the install tool in the browser to complete the configuration. The default credentials are provided.

Uploaded by

Surubim
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
100% found this document useful (1 vote)
712 views2 pages

How To Install SeedDMS CentOS 7

This document provides instructions for installing SeedDMS CentOS 7 in 3 steps: 1) Install required PHP packages and SeedDMS packages by downloading RPM/tar files and using yum/pear. 2) Create directories, extract files, and move contents to the proper locations. 3) Open the install tool in the browser to complete the configuration. The default credentials are provided.

Uploaded by

Surubim
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

How to install SeedDMS CentOS 7

Note: if facing any error during install/configure, please follow the


youtube online article

Prerequisite-:
#systemctl enable httpd
#systemctl start httpd

Required Php Packages-:


php-ZendFramework-1.12.20-1.el7.noarch.rpm
php-ZendFramework-Search-Lucene-1.12.20-1.el7.noarch.rpm
php-bcmath-5.4.16-45.el7.x86_64.rpm
php-mysql-5.4.16-45.el7.x86_64.rpm
php-pdo-5.4.16-45.el7.x86_64.rpm
php-mbstring-5.4.16-45.el7.x86_64.rpm
php-gd-5.4.16-45.el7.x86_64.rpm
php-pear-Auth-SASL-1.0.6-5.el7.noarch.rpm
php-pear-DB-1.7.14-6.el7.noarch.rpm
php-pear-Image-Text-0.7.0-1.el7.noarch.rpm
php-pear-Log-1.12.8-1.el7.noarch.rpm
php-pear-MDB2-2.5.0-0.9.b5.el7.noarch.rpm
php-pear-Mail-1.3.0-1.el7.noarch.rpm
php-pear-Net-SMTP-1.7.3-1.el7.noarch.rpm
php-pear-Net-Socket-1.0.14-1.el7.noarch.rpm
t1lib-5.1.2-14.el7.x86_64.rpm

SeedDMS Packages-:
SeedDMS_Core-5.1.4.tgz
SeedDMS_Lucene-1.1.10.tgz
SeedDMS_Preview-1.2.4.tgz
SeedDMS_SQLiteFTS-1.0.7.tgz
Seeddms-5.1.4.tar.gz
Seeddms-quickstart-5.1.4.tar.gz
Procedure-:
#yum install php-mysql php-pear php-gd php-http-webdav-server php-
mbstring php-pdo php-pear-Log php-ZendFramework-Search-Lucene php-
pear-Image-Text

#mkdir -p /var/www/html/dms
---- Copy all above tar files under /dms folder
#tar -xzvf seeddms-quickstart-5.1.4.tar.gz
# pear install SeedDMS_Core-5.1.4.tgz
# pear install SeedDMS_Lucene-1.1.10.tgz
# pear install SeedDMS_Preview-1.2.4.tgz
# mv /var/www/html/dms/seeddms51x/* /var/www/html/dms
# cd /var/www/html/dms
# rm -rf seeddms51x
# rm -rf www
# mv seeddms-5.1.4 seeddms51x
# cd /var/www/html/dms/seeddms51x
# cd conf
# touch ENABLE_INSTALL_TOOL

Open in Browser-:
http://ip/dms/seeddms51x/install/install.php
(and Change all path)
Default User Name: admin
Password: admin

THANKU, PLEASE SUSBCRIBE THE CHANNEL AND PUT YOUR


COMMENT AS A FEEDBACK.

You might also like