Create JNZ template branding for a newly installed goautodial server

Here's how to set up all that's required to have the latest jnz custom branded security enhanced goautodial web front.

# On the server (change charlmert to your bitbucket username):

# Make sure git is installed (ref: centos)
yum install -y git

cd /root/

git clone https://charlmert@bitbucket.org/jnzdevelopers/goautodial_scripts.git

cd goautodial_scripts
chmod +x install-web.sh
./install-web.sh

# This will prompt you for your bitbucket username, you can check it out by logging into bitbucket and navigating to "View Profile" it should be in the url. It also appears between "("username")" to the right of your profile name.

# If there are any issues please log this in the issues section on the repo (jnzdevelopers/goautodial_scripts) and or patch it and let us know.


Did you find this article useful?