We are happy to announce that Vesta is back under active development as of 25 February 2024. We are working on Vesta 2.0 and expect to release it by the end of 2024. Read more about it: https://vestacp.com/docs/vesta-2-development
Vesta Automatic App Installer [Version 1.0.2]
Re: Vesta Automatic App Installer [Version 1.0.2]
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
I hope that will add to the script by default out of the box vestacp
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
Re: Vesta Automatic App Installer [Version 1.0.2]
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.
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]
To remedy I wrote on post above !!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.
Re: Vesta Automatic App Installer [Version 1.0.2]
Sorry I am a little confused on your problem can you please provide more details along with your os.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.
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.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 724I hope that will add to the script by default out of the box vestacpCode: Select all
/usr/local/vesta/web/css/styles.min.css padding: 11px 15px;
Re: Vesta Automatic App Installer [Version 1.0.2]
Here are the plans for 2016joem 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.
I think the alternative should be ...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.
Develop your project
Re: Vesta Automatic App Installer [Version 1.0.2]
This App Installer looks really neat. However it wont install any apps, it always comes back with
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
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!
Code: Select all
Installation Issue: WordPress has mysql import problems.
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"
Re: Vesta Automatic App Installer [Version 1.0.2]
Regarding Error code: 1, I've checked permissions and tried to reinstall couple of time - but it still won't install anything.joem wrote: Make sure /usr/local/vesta/bin/v-app has a permission set of 0755
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]
Is there a quick command to uninstall this app installer?
thanks
thanks
Re: Vesta Automatic App Installer [Version 1.0.2]
This wedding until the end of days, xDpandabb wrote:Is there a quick command to uninstall this app installer?
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]
Hmm.. can't repeat this error.dvlpmt wrote:Regarding Error code: 1, I've checked permissions and tried to reinstall couple of time - but it still won't install anything.joem wrote: Make sure /usr/local/vesta/bin/v-app has a permission set of 0755
How to resolve this issue ?
Let's wait for joem answer.