Page 8 of 12

Re: Vesta Automatic App Installer [Version 1.0.2]

Posted: Wed Nov 25, 2015 8:59 am
by joem
You can also restore the templates using this will not add the app installer link to the top you will have to add by following what skurudo said

Code: Select all

   
   cp -f /home/backup/panel.html_USER /usr/local/vesta/web/templates/user/panel.html  
   cp -f /home/backup/panel.html_ADMIN /usr/local/vesta/web/templates/admin/panel.html
A new update will come this weekend or next week.

Re: Vesta Automatic App Installer [Version 1.0.2]

Posted: Wed Nov 25, 2015 9:00 am
by skurudo
If you use FileManager and App Installer or plan to use FileManager, then you need make some changes in VestaCP templates. For your convenience I made simple scripts to fix button in templates. Feel free to use - in ssh console copy all, paste to console and run from root:

Code: Select all

mv /usr/local/vesta/web/templates/admin/panel.html /root/admin.panel.html; wget http://juvia.ru/downloads/vestacp/admin/panel.html -P /usr/local/vesta/web/templates/admin/; mv /usr/local/vesta/web/templates/user/panel.html /root/user.panel.html; wget http://juvia.ru/downloads/vestacp/user/panel.html -P /usr/local/vesta/web/templates/user/
mirror server (code the same)Show

Code: Select all

mv /usr/local/vesta/web/templates/admin/panel.html /root/admin.panel.html; wget http://erza.ru/downloads/vestacp/admin/panel.html -P /usr/local/vesta/web/templates/admin/; mv /usr/local/vesta/web/templates/user/panel.html /root/user.panel.html; wget http://erza.ru/downloads/vestacp/user/panel.html -P /usr/local/vesta/web/templates/user/
PS: Tested on my own servers, but if you have troubles, please tell me about.

Re: Vesta Automatic App Installer [Version 1.0.2]

Posted: Tue Dec 01, 2015 3:26 am
by gogoi
Great work joem! Keep it up :)

Re: Vesta Automatic App Installer [Version 1.0.2]

Posted: Sat Dec 05, 2015 10:23 am
by lordtech
Hi Joem, Pls when will you upload Joomla again to the app installer?

Re: Vesta Automatic App Installer [Version 1.0.2]

Posted: Tue Dec 08, 2015 11:44 pm
by yel
Really great. Worked flawlessly! Thank you!

Re: Vesta Automatic App Installer [Version 1.0.2]

Posted: Wed Dec 09, 2015 6:30 am
by skurudo
lordtech wrote:Hi Joem, Pls when will you upload Joomla again to the app installer?
Use mirror, there is Joomla too.

Re: Vesta Automatic App Installer [Version 1.0.2]

Posted: Fri Dec 18, 2015 10:32 pm
by warmax356
so i installed this, seems like it can to the job but as i go to install wordpress i get

ERROR:
Error code: 1

any way to fix this?

ubuntu server - linode ,
1 x 2.5ghz cpu
1gb ram
24gb ssd

Re: Vesta Automatic App Installer [Version 1.0.2]

Posted: Sun Dec 20, 2015 11:39 am
by joem
warmax356 wrote:so i installed this, seems like it can to the job but as i go to install wordpress i get

ERROR:
Error code: 1

any way to fix this?

ubuntu server - linode ,
1 x 2.5ghz cpu
1gb ram
24gb ssd
Make sure /usr/local/vesta/bin/v-app has a permission set of 0755

Re: Vesta Automatic App Installer [Version 1.0.2]

Posted: Wed Dec 23, 2015 10:42 pm
by warmax356
thanks, now wp installed in a second how ever it emails you the password, which i did not get... is there a way to add the feature so that we can type in the passwords we want?

Re: Vesta Automatic App Installer [Version 1.0.2]

Posted: Thu Dec 24, 2015 12:43 am
by joem
warmax356 wrote:thanks, now wp installed in a second how ever it emails you the password, which i did not get... is there a way to add the feature so that we can type in the passwords we want?

At this time now but I will add this to the next version.