Re: Vesta Automatic App Installer [Version 1.0]
Posted: 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.
Community Forum
https://forum.vestacp.com/
Why you not use a simple way to add more apps it will not create database auto but it is also easy way.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.
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
}
check hereflacosa wrote:from where I downloaded the appinstaller.zip ?
app installer works in Vesta 0.9.8-14 ?
thanks