<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[FrontAccounting forum — Fresh install of FA 2.4.x in OpenVZ container running FA 2.3.x]]></title>
		<link>https://frontaccounting.com/punbb/viewtopic.php?id=7005</link>
		<atom:link href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=7005&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Fresh install of FA 2.4.x in OpenVZ container running FA 2.3.x.]]></description>
		<lastBuildDate>Thu, 05 Oct 2017 13:37:38 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Fresh install of FA 2.4.x in OpenVZ container running FA 2.3.x]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=28857#p28857</link>
			<description><![CDATA[<p>Those who had been using any FA earlier version in OpenVZ can upgrade using the bash code above. Those who are going to use it for a new FA 2.4.2 installation and want all my mods can modify the above bash scrip and add the apache/php/mysql dependencies in a standard install using a Debian Squeeze template possibly using a debian bootstrap.</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Thu, 05 Oct 2017 13:37:38 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=28857#p28857</guid>
		</item>
		<item>
			<title><![CDATA[Re: Fresh install of FA 2.4.x in OpenVZ container running FA 2.3.x]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=28819#p28819</link>
			<description><![CDATA[<p>If its wikied, thats good for users while checking manual to work on OpenVZ. If you add screenshots,hope that helpful to others.</p>]]></description>
			<author><![CDATA[null@example.com (kvvaradha)]]></author>
			<pubDate>Tue, 03 Oct 2017 17:12:18 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=28819#p28819</guid>
		</item>
		<item>
			<title><![CDATA[Fresh install of FA 2.4.x in OpenVZ container running FA 2.3.x]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=28817#p28817</link>
			<description><![CDATA[<p>To start with, a Debian Squeeze OpenVZ container running FA v2.3.26+ was used. The install of FA 2.4.2 was done in on it by purging the databse(s) and then using it&#039;s credentials in:<br /></p><div class="codebox"><pre><code>apt-get update
apt-get dist-upgrade
apt-get install rsync

== Install of new FA 2.4 ==
* Backup and empty the databases
cd /var/www
mv frontac frontac_bak
wget https://github.com/apmuthu/frontac24/archive/master.tar.gz -O fa24.tar.gz
tar -xzf fa24.tar.gz
mv frontac24* frontac
mv frontac/core/* frontac/
mv frontac/core/.htaccess frontac/x.htaccess
rm -rf frontac/core
rsync -a -v frontac/FA24Mods/* frontac/
rm -rf frontac/FA24Mods
wget https://frontaccounting.com/wbt/media/download_gallery/dejavu.zip
unzip -o dejavu.zip -d frontac/reporting/fonts
chown -R www-data:www-data frontac
find ./frontac -type f -exec chmod 644 \{\} \;
find ./frontac -type d -exec chmod 755 \{\} \;

sed -i -e &#039;s/# hi_IN UTF-8/hi_IN UTF-8/&#039; /etc/locale.gen
dpkg-reconfigure --frontend=noninteractive locales
update-locale en_US ISO-8859-1 en_US.UTF-8 UTF-8 ta_IN hi_IN ar_EG.UTF-8

service apache2 restart

# Session save path     Info     /var/lib/php5

# Install from Browser

tar -czpf install_fa24.tar.gz frontac/install
rm -rf frontac/install</code></pre></div><p>The above will provide all <a href="https://github.com/apmuthu/frontac24/tree/master/FA24Mods">FA24Mods</a> from my repo as well.</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Tue, 03 Oct 2017 13:04:28 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=28817#p28817</guid>
		</item>
	</channel>
</rss>
