Page 9 of 12

Re: Vesta Automatic App Installer [Version 1.0.2]

Posted: Tue Dec 29, 2015 12:12 am
by Mr.Erbutw
Thanks for the wonderful script, and author.
I have firefox 43 , after installation I found the problem in style.
Image
* Lacal RU
To remedy the situation ,fixed line 724

Code: Select all

 /usr/local/vesta/web/css/styles.min.css
padding: 11px 15px;
Image
I hope that will add to the script by default out of the box vestacp

Re: Vesta Automatic App Installer [Version 1.0.2]

Posted: Thu Jan 07, 2016 1:11 pm
by saumil
Error: db_user my13chrdomain_dlqoj is not valid

I am having large domains name 13-16 and I can't use this app, I have found some work around for vesta panel so that it trims the name but I don't want to mess up my server, can you make a update or provide me a quickfix.sh, it would be very helpful, and thank you so much for this wonderful panel.

Re: Vesta Automatic App Installer [Version 1.0.2]

Posted: Thu Jan 07, 2016 1:43 pm
by Mr.Erbutw
saumil wrote:Error: db_user my13chrdomain_dlqoj is not valid

I am having large domains name 13-16 and I can't use this app, I have found some work around for vesta panel so that it trims the name but I don't want to mess up my server, can you make a update or provide me a quickfix.sh, it would be very helpful, and thank you so much for this wonderful panel.
To remedy I wrote on post above !!

Re: Vesta Automatic App Installer [Version 1.0.2]

Posted: Fri Jan 08, 2016 8:29 am
by joem
saumil wrote:Error: db_user my13chrdomain_dlqoj is not valid

I am having large domains name 13-16 and I can't use this app, I have found some work around for vesta panel so that it trims the name but I don't want to mess up my server, can you make a update or provide me a quickfix.sh, it would be very helpful, and thank you so much for this wonderful panel.
Sorry I am a little confused on your problem can you please provide more details along with your os.
Mr.Erbutw wrote:Thanks for the wonderful script, and author.
I have firefox 43 , after installation I found the problem in style.
* Lacal RU
To remedy the situation ,fixed line 724

Code: Select all

 /usr/local/vesta/web/css/styles.min.css
padding: 11px 15px;
I hope that will add to the script by default out of the box vestacp
I am guessing your using the file manager, either way the app installer was updated before the new release of Vesta. I was not expecting the new links in the navbar. As for the Vesta Team adding the app installer out of the box I don't believe that will ever happen as they have been talking about adding softaculous see https://bugs.vestacp.com/responses/avto ... omment-837. Which is my main reason for not updating the app installer. But no official word on that so don't quote me. If there is no release of softaculous within the next update of Vesta or some kinda of official word comes out about this I will supply the updated version along with a paid version offering many more apps and new features.

Re: Vesta Automatic App Installer [Version 1.0.2]

Posted: Fri Jan 08, 2016 1:52 pm
by Mr.Erbutw
joem wrote: I am guessing your using the file manager, either way the app installer was updated before the new release of Vesta. I was not expecting the new links in the navbar. As for the Vesta Team adding the app installer out of the box I don't believe that will ever happen as they have been talking about adding softaculous see https://bugs.vestacp.com/responses/avto ... omment-837. Which is my main reason for not updating the app installer. But no official word on that so don't quote me. If there is no release of softaculous within the next update of Vesta or some kinda of official word comes out about this I will supply the updated version along with a paid version offering many more apps and new features.
Here are the plans for 2016
imperio wrote:Will be a site redesign, planned new layout of the website and the panel, intended to be integrated into the panel module Softaculous - APS, letsencrypt - Automatically obtaining ipv6
and more.
I think the alternative should be ...
Develop your project

Re: Vesta Automatic App Installer [Version 1.0.2]

Posted: Sun Jan 10, 2016 4:48 pm
by grenadecx
This App Installer looks really neat. However it wont install any apps, it always comes back with

Code: Select all

Installation Issue: WordPress has mysql import problems.
I suspect this have something with to do with me running the sql server on another server then vestacp. It would be nice if we could choose what sql server we wanted to use or if there are only one it would choose the one available.

Looking forward what the updates might bring!

Edit:
I found the problem in /usr/local/vesta/func/app-installer/base.sh

Code: Select all

APPI_DB_HOST="localhost"
After changing that to the mysql ip it worked wonders. Still, I think this should be autodetected based on the same configuration file vestacp uses. Thanks!

Re: Vesta Automatic App Installer [Version 1.0.2]

Posted: Mon Jan 18, 2016 4:48 am
by dvlpmt
joem wrote: Make sure /usr/local/vesta/bin/v-app has a permission set of 0755
Regarding Error code: 1, I've checked permissions and tried to reinstall couple of time - but it still won't install anything.

What I can see is that in Install Directory I have "/home/web/domain.xy/public_html" instead "/home/admin/web/domain.xy/public_html"

How to resolve this issue ?

Thank you for your efforts !

Re: Vesta Automatic App Installer [Version 1.0.2]

Posted: Tue Jan 19, 2016 7:07 am
by pandabb
Is there a quick command to uninstall this app installer?

thanks

Re: Vesta Automatic App Installer [Version 1.0.2]

Posted: Tue Jan 19, 2016 10:22 am
by skurudo
pandabb wrote:Is there a quick command to uninstall this app installer?
This wedding until the end of days, xD

but seriously... there was only manual way and I think, we need solve this

Code: Select all

https://juvia.ru/downloads/vestacp/api-un-install.sh
or
https://erza.ru/downloads/vestacp/api-un-install.sh
un-install codeShow

Code: Select all

#!/bin/bash
# Automatic APP un-INSTALLER FOR VESTA CP
# THIS SOFTWARE IS PROVIDED FOR FREE BY JOE MATTOS OWNER OF CDNMALL.COM.
# and Skurudo little help ;-)

#wget
case $(head -n1 /etc/issue | cut -f 1 -d ' ') in
    Debian)     apt-get install wget ;;
    Ubuntu)     apt-get install wget ;;
    CentOS)     yum install wget ;;
    *)          yum install wget ;;
esac

# Includes
source $VESTA/func/main.sh
source $VESTA/conf/vesta.conf

   mkdir -p $BACKUP/appinstaller
   mkdir -p $BACKUP/appinstaller/func
   mkdir -p $BACKUP/appinstaller/web
   cp -f $VESTA/web/templates/user/panel.html $BACKUP/appinstaller/panel.html_USER-APP
   cp -f $VESTA/web/templates/admin/panel.html $BACKUP/appinstaller/panel.html_ADMIN-APP
   mv $VESTA/bin/v-app $BACKUP/appinstaller/
   mv $VESTA/func/app-installer/ $BACKUP/appinstaller/func/
   mv $VESTA/web/app-installer/ $BACKUP/appinstaller/web/
   
   wget --no-check-certificate https://raw.githubusercontent.com/serghey-rodin/vesta/master/web/templates/user/panel.html -O $VESTA/web/templates/user/panel.html
   wget --no-check-certificate https://raw.githubusercontent.com/serghey-rodin/vesta/master/web/templates/admin/panel.html -O $VESTA/web/templates/admin/panel.html

   echo "********************************************"
   echo "********************************************"
   echo "********************************************"
   echo "Vesta CP Automatic APP INSTALLER"
   echo "is Now UN-Installed............."
   echo "Have a nice day!"
   echo "********************************************"
   echo "********************************************"
   echo "********************************************"

exit

Re: Vesta Automatic App Installer [Version 1.0.2]

Posted: Tue Jan 19, 2016 10:28 am
by skurudo
dvlpmt wrote:
joem wrote: Make sure /usr/local/vesta/bin/v-app has a permission set of 0755
Regarding Error code: 1, I've checked permissions and tried to reinstall couple of time - but it still won't install anything.
How to resolve this issue ?
Hmm.. can't repeat this error.
Let's wait for joem answer.