NConf 1.3.0 Released | Howto Update from 1.2.6




Latest version of Nconf is available.
This post will cover howto upgrade your existing installation of 1.2.6 to 1.3.0

download nconf from

Extract package
cd /tmp
tar zxvf nconf-1.3.0-0.tgz

Copy new files over older version
cd /var/www/html/nconf
cp -frva /tmp/nconf/* /var/www/html/nconf/
chown apache: /var/www/html/nconf -R

Upgrade db

cd /var/www/html/nconf/UPDATE/1.2.6_to_1.3.0
mysql -u nconf -p nconf < update_database_1.2.6_to_1.3.0.sql

OR
You can use web interface to upgrade db. Which is convenient.

http://x.x.x.x/nconf/UPDATE.php

Remove installation files & continue to http://x.x.x.x/nconf/
rm -rf /var/www/html/nconf/INSTALL*
rm -rf /var/www/html/nconf/UPDATE*
rm -rf /var/www/html/nconf/call_ajax.php

Read Changelog


if you find any missing point in here, please let us know in comment section or tweet us at @linuxreaders. To get more articles like this, subscribe to our RSS feeds / Mails.
Read 240 articles by

Trending Posts