Forums » GOautodial ISO installer »
new v4 .iso file release
Added by Anonymous almost 6 years ago
when will be new version of v4 released? there are many bug fixes on the issue list, new version will be released or how we can update our old v4 with new bug fixed version files ?
Replies (6)
RE: new v4 .iso file release - Added by Demian Biscocho over 5 years ago
Update existing v4:
cd /var/www/html/ git pull cd /var/www/html/goAPIv2/ git pull
Make sure to backup your existing configuration first!
cp /var/www/html/astguiclient.conf /var/www/html/astguiclient.conf.bak
RE: new v4 .iso file release - Added by George Michalopoulos over 5 years ago
hello,
when i try to update via git, i get this message..
error: Your local changes to the following files would be overwritten by merge: callreports.php modules/GOagent/module.php php/APIHandler.php php/DbHandler.php Please, commit your changes or stash them before you can merge. Aborting
RE: new v4 .iso file release - Added by George Michalopoulos over 5 years ago
i also tried to update in a fresh installation, with the same results.. :(
RE: new v4 .iso file release - Added by kaza blanca over 5 years ago
George Michalopoulos wrote:
hello,
when i try to update via git, i get this message..
[...]
try:
git reset --hard
git pull
RE: new v4 .iso file release - Added by kaza blanca over 5 years ago
cd /var/www/html/
git reset --hard
git pull
cd /var/www/html/goAPIv2/
git reset --hard
git pull
RE: new v4 .iso file release - Added by George Michalopoulos over 5 years ago
thank you very, very much :)