Page 2 of 4

Re: Vesta Automatic App Installer [Version 1.0]

Posted: Mon Jan 19, 2015 9:57 am
by imperio
We think about it in the following versions

Re: Vesta Automatic App Installer [Version 1.0]

Posted: Mon Jan 19, 2015 10:41 am
by joem
imperio wrote:We think about it in the following versions

Do you by chance happen know how much, or how many cli files have been changed for the new version?

Re: Vesta Automatic App Installer [Version 1.0]

Posted: Mon Jan 19, 2015 7:24 pm
by mephivio
Hi Joem

Do you have a new release with new packages ?
thanks again for your work

J

Re: Vesta Automatic App Installer [Version 1.0]

Posted: Wed Jan 21, 2015 6:25 am
by joem
mephivio wrote:Hi Joem

Do you have a new release with new packages ?
thanks again for your work

J
When the new update comes out I plan to have an update 2 to 3 days later.

Re: Vesta Automatic App Installer [Version 1.0]

Posted: Fri Feb 13, 2015 8:07 pm
by bryankaraffa
Is there a git repo for this that we can contribute to? I have been working on my own set of bash scripts that will accomplish the same thing but wouldn't mind contributing to what you're developing to improve Vesta CP. Let me know if you're interested

So far, just have WordPress, but planning on making it more modular which would enable other PHP Apps to be installed just as easy...
https://github.com/bryankaraffa/vestacp-admin-scripts

Feel free to fork / contribute if you want or send me the link to your git repo and maybe we can collaborate to make this an official feature :)

Re: Vesta Automatic App Installer [Version 1.0]

Posted: Sat Mar 07, 2015 1:22 am
by warwit
This is awesome, thanks.

I'm new to a lot of this higher level server stuff, but how difficult would a Magento auto-installer be to implement? I know it's got a reputation as being tedious to maintain and that many autoinstallers like this exclude it more times than not, so it would make sense if it weren't in the plans. But for those using VestaCP for reseller type stuff, there's a lot of value there.

Thoughts?

Re: Vesta Automatic App Installer [Version 1.0]

Posted: Sun Mar 08, 2015 4:26 am
by bryankaraffa
warwit wrote:This is awesome, thanks.

I'm new to a lot of this higher level server stuff, but how difficult would a Magento auto-installer be to implement? I know it's got a reputation as being tedious to maintain and that many autoinstallers like this exclude it more times than not, so it would make sense if it weren't in the plans. But for those using VestaCP for reseller type stuff, there's a lot of value there.

Thoughts?
I just added a Magento auto-installer script to my set of VestaCP scripts. Here's how to use it:

Clone the github repo:

Code: Select all

git clone https://github.com/bryankaraffa/vestacp-admin-scripts.git
cd into the newly created directory

Code: Select all

cd vestacp-admin-scripts
Run the Magento auto-installer. This will create the website, create a mysql database, download and extract the Magento .tar.gz from their site

Code: Select all

$ ./create-magento-site.sh 
Your VestaCP hostname, followed by [ENTER]:
yourvestacphost.com
Your VestaCP username, followed by [ENTER]:
admin
Your VestaCP user password, followed by [ENTER]:
Desired domain name for Magento site, followed by [ENTER]:
mymagentoshop.yourvestacphost.com
[create-magento-site] Creating domain via API call
[create-magento-site] Rebuilding the web configs via API call
[create-magento-site] Downloading magento latest.tar.gz
[create-magento-site] Unpacking magento latest.tar.gz
[create-magento-site] Uploading magento files to ~/web/mymagentoshop.yourvestacphost.com/public_html
[create-magento-site] Removing ~/web/mymagentoshop.yourvestacphost.com/public_html/index.html
[create-magento-site] Creating Database via API call
0[create-magento-site] ********************************************
[create-magento-site] MySQL DB Credentials
[create-magento-site] Database: admin_wp_mymagentoshopyourvestacphostcom
[create-magento-site] Username: admin_wp_mymagento
[create-magento-site] Password: UmqIWseN2YDVVKio
[create-magento-site] ********************************************
[create-magento-site] Completed!
[create-magento-site] You can now visit the website to finish the installation.

I primarily use these to quickly create + setup websites for customers and my own development purposes.. A lot easier and faster than repeating the same steps over and over any time I wanted to "just try something"

Re: Vesta Automatic App Installer [Version 1.0]

Posted: Wed Mar 11, 2015 10:13 am
by flacosa
You can install the app in the public_html directory without having to use a subdirectory ?

directly public_html
Thank You

Re: Vesta Automatic App Installer [Version 1.0]

Posted: Thu Mar 12, 2015 12:05 am
by joem
bryankaraffa wrote:Is there a git repo for this that we can contribute to? I have been working on my own set of bash scripts that will accomplish the same thing but wouldn't mind contributing to what you're developing to improve Vesta CP. Let me know if you're interested

So far, just have WordPress, but planning on making it more modular which would enable other PHP Apps to be installed just as easy...
https://github.com/bryankaraffa/vestacp-admin-scripts

Feel free to fork / contribute if you want or send me the link to your git repo and maybe we can collaborate to make this an official feature :)
Sorry no repo for this and no plans to add one. I don't really care for the github thing.

warwit wrote:This is awesome, thanks.

I'm new to a lot of this higher level server stuff, but how difficult would a Magento auto-installer be to implement? I know it's got a reputation as being tedious to maintain and that many autoinstallers like this exclude it more times than not, so it would make sense if it weren't in the plans. But for those using VestaCP for reseller type stuff, there's a lot of value there.

Thoughts?

Sorry I will not be adding Magento.
flacosa wrote:You can install the app in the public_html directory without having to use a subdirectory ?

directly public_html
Thank You
Yes

Re: Vesta Automatic App Installer [Version 1.0]

Posted: Fri Apr 03, 2015 8:58 am
by ashutosh
Thanks for your script . it worked well till i used mysql locally.but recently i moved the mysql to other server and app installer fails . i tried to change the host . still it says connection failed .

Note:--vesta server can communicate with mysql server as i can install the application manualy . also i can create database on mysql server form vesta panel.