Is github or the install from scratch the most recently updated version?
Added by Brandon Sturgeon over 5 years ago
I am wanting to update to the most recent version possible. I originally installed from the install from scratch verson. Can I update from that Or what should I do. Is the goautodial-ce the most recent update?
Replies (3)
RE: Is github or the install from scratch the most recently updated version?
-
Added by sea web over 5 years ago
you can install it yourself on manually from this page,
and during install you will updte the source code and api code from hithub.
Install GOautodial
----------------------------
yum -y install goautodial-ce
cd /usr/src/goautodial
./install.sh
Update GOautodial web application
-----------------------------------
cd /var/www/html
git stash
git pull
cd /var/www/html/goAPIv2
git stash
git pull
RE: Is github or the install from scratch the most recently updated version?
-
Added by sea web over 5 years ago
pixel tech wrote:
you can install it yourself on manually from this page,
and during install you will updte the source code and api code from github.
Install GOautodial
----------------------------
yum -y install goautodial-ce
cd /usr/src/goautodial
./install.shUpdate GOautodial web application
-----------------------------------cd /var/www/html
git stash
git pullcd /var/www/html/goAPIv2
git stash
git pull
RE: Is github or the install from scratch the most recently updated version?
-
Added by Brandon Sturgeon over 5 years ago
Thank you for that.