Project

General

Profile

Is github or the install from scratch the most recently updated version?

Added by Brandon Sturgeon over 4 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 4 years ago

you can install it yourself on manually from this page,

https://goautodial.org/projects/goautodialce/wiki/Version_4_How_To_Install_Goautodial_From_Scratch_using_CentOS_7X

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 4 years ago

pixel tech wrote:

you can install it yourself on manually from this page,

https://goautodial.org/projects/goautodialce/wiki/Version_4_How_To_Install_Goautodial_From_Scratch_using_CentOS_7X

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.sh

Update GOautodial web application
-----------------------------------

cd /var/www/html
git stash
git pull

cd /var/www/html/goAPIv2
git stash
git pull

    (1-3/3)
    Go to top