OpenConf Kurulum

UBUNTU 14.04.5

OPENCONF 6.71

Ubuntu 16.04’de problem yaşadığım için Ubuntu 14.04.5’e kurulum yaptım. Aşağıdaki kurulum adımlarını sunucuda tamamladıktan sonra web arayüzden Openconf konfigürasyonlarını tamamlayarak kurulum tamamladım.

I chose Ubuntu 14.04.5 because I had some problem on Ubuntu 16.04 during installation of Openconf. After I completed the steps below, I configured Openconf by web gui.

apt-get update

apt-get upgrade

apt-get dist-upgrade

apt-get install apache2

apt-get install lynx

lynx https://www.openconf.com/download/license.php (and download)

apt-get install unzip

unzip openconf-6.71.zip

cp -r openconf /var/www/html/

apt-get install php5 php5-mysql php-pear php5-mcrypt php-xml* php5-cgi php5-cli

apt-get install mysql-server

chown -R www-data:www-data /var/www/html/openconf

chmod -R g+rwX /var/www/html/openconf/*

Kurulumdan sonra sistemin e-posta gönderebilmesi için sendmail’i kurmayı unutmayın. Aksi taktirde We have generated a new password for you, but were unable to email it. Please contact the OpenConf administrator hatası ile karşı karşıya kalabilirsiniz.

apt-get install sendmail

kaynak: nuhazginoglu.com