Vesta Control Panel - Forum

Community Forum

Skip to content

Advanced search
  • Quick links
    • Main site
    • Github repo
    • Google Search
  • FAQ
  • Login
  • Register
  • Board index Dev Section 3rd Party Software
  • Search

Vesta Auto App Installer [Version 1.0 OUTDATED]

Section with additional software for Vesta
Locked
  • Print view
Advanced search
35 posts
  • Previous
  • 1
  • 2
  • 3
  • 4
patstan
Posts: 117
Joined: Wed Jul 30, 2014 10:53 am

Re: Vesta Automatic App Installer [Version 1.0]

Post by patstan » Wed May 06, 2015 1:33 pm

If you can create a GENERAL tutorial on making other software/scripts functional to your app installer program, then im willing to help with this.
Top

hafeezksa
Posts: 81
Joined: Mon Apr 27, 2015 5:45 pm
Contact:
Contact hafeezksa
Website

Re: Vesta Automatic App Installer [Version 1.0]

Post by hafeezksa » Fri May 08, 2015 6:51 pm

patstan wrote:If you can create a GENERAL tutorial on making other software/scripts functional to your app installer program, then im willing to help with this.
Why you not use a simple way to add more apps it will not create database auto but it is also easy way.
For example if I want to add Opencart,
1- I will upload it as zip without subfolder to : /usr/local/vesta/appinstaller/scripts
2- edit dashboard.html and add OpenCart there in apps list.
3- Edit scripts.sh file /usr/local/vesta/appinstaller/scripts.sh and add below code there

Code: Select all

 function INSTALL_OpenCart() {
  unzip -qnd $APPI_USER_INSTALLDIR $APPI/$APPI_USER_PACKAGE\*.zip  
  mv $APPI_USER_INSTALLDIR"config-dist.php" $APPI_USER_INSTALLDIR"config.php"  
    if [ ! -f $APPI_USER_INSTALLDIR"config.php" ]; then 
        echo "Installation Issue: Unable to Locate Config file."
        BASE_BD_INSTALL $E_INVALID
    fi 
}
Now Just open your domain url where you install already opencart and flow the instructions but create a database first and keep DB info with you.
Top

flacosa
Posts: 43
Joined: Thu Mar 05, 2015 11:40 pm

Re: Vesta Auto App Installer [Version 1.0 OUTDATED]

Post by flacosa » Tue Jun 09, 2015 11:46 pm

from where I downloaded the appinstaller.zip ?
app installer works in Vesta 0.9.8-14 ?

thanks
Top

hafeezksa
Posts: 81
Joined: Mon Apr 27, 2015 5:45 pm
Contact:
Contact hafeezksa
Website

Re: Vesta Auto App Installer [Version 1.0 OUTDATED]

Post by hafeezksa » Wed Jun 10, 2015 5:23 am

flacosa wrote:from where I downloaded the appinstaller.zip ?
app installer works in Vesta 0.9.8-14 ?

thanks
check here
http://forum.vestacp.com/viewtopic.php?f=19&t=8523
Top

skurudo
VestaCP Team
Posts: 8099
Joined: Fri Dec 26, 2014 2:23 pm
Contact:
Contact skurudo
Website Facebook Google+ Skype
Twitter

Re: Vesta Auto App Installer [Version 1.0 OUTDATED]

Post by skurudo » Wed Jun 10, 2015 6:44 am

Well, let's lock this topic for good.
Top


Locked
  • Print view

35 posts
  • Previous
  • 1
  • 2
  • 3
  • 4

Return to “3rd Party Software”



  • Board index
  • All times are UTC
  • Delete all board cookies
  • The team
Powered by phpBB® Forum Software © phpBB Limited
*Original Author: Brad Veryard
*Updated to 3.2 by MannixMD
 

 

Login  •  Register

I forgot my password