-
home page
-
vtenext - Official Forum
-
vtenext CE
-
upgrade from 4.4.1 to 4.5 on Ubuntu
upgrade from 4.4.1 to 4.5 on Ubuntu
Less
More
-
Posts: 2
-
Thank you received: 0
-
-
11 Mar 2014 17:22 #3081
by cbasso
Hello all, does anyone know where I can find the guide to upgrade version 4.5 on Linux? (Ubuntu 12.04LTS)
Thank you.
Please Log in to join the conversation.
Less
More
-
Posts: 56
-
Thank you received: 7
-
-
13 Mar 2014 10:42 #3084
by cpvt
For the free version, a very short instruction list are show when you click un the pop-up saying that there is an upgrade available.
basicaly you have to download a .tgz file,
- extract it to a temp dir already existing: tar -C /root/tmp -xzvf vte441-45.tgz
- copy recursively all the file and dir into the vte installation dir: cp -R /root/tmp/vte441-445/* /var/www/vtecrm43/
- Set up the correct permission and ownership:
cd /var/www/
chown -R www-data.www-data vtecrm43/
chmod -R g+w vtecrm43/
- Login to your vte installation and follow the instrictions.
cp
Please Log in to join the conversation.
Less
More
-
Posts: 2
-
Thank you received: 0
-
-
13 Mar 2014 11:08 #3085
by cbasso
Thank you cp.
In addition I would like to create a test environment, could you give me the command list in case of a fresh installation? I already installed Ubuntu server in a virtual machine and downloaded vtecrm45free.tgz package.
Thanks!
Please Log in to join the conversation.
Less
More
-
Posts: 56
-
Thank you received: 7
-
-
14 Mar 2014 13:40 #3089
by cpvt
NB: you have to register each copy of vte free with different username becouse if you try to use the same username for test and production enviroiment you loose some feature on the first you have registered.
After that the basic information to set up a fresh installation are:
- tar -C /var/www -xzvf vtecrm45free.tgz
- configure apache as you want it works
- go to login page and follow the instructions. You probably have to modify the /etc/php/apache2/php.ini as the installer says.
- at the end you have to register with the account you created in
www.vtecrm.com
For a production enviroiment and fine tuning I suggest to you to contact a patner (
www.crmvillage.biz
if you are Italian) and buy a training course.
cp
Please Log in to join the conversation.
-
home page
-
vtenext - Official Forum
-
vtenext CE
-
upgrade from 4.4.1 to 4.5 on Ubuntu
Time to create page: 0.098 seconds