Rapid deployment of all versions of opencart
This is repository is abonded, please, see this version: https://github.com/denis-kisel/opencart-deploy
$ cd /path/to/root-server-directory
$ git clone https://github.com/denis-kisel/opencart-quick-deploy oc.testplace
$ cd oc.testplace
Create config file
$ cp conf.EXAMPLE.sh conf.sh
Change configs for your environtment:
$ nano conf.sh
$ ./init.sh #Will create/update all versions of opencart
$ ./init.sh v:2000,2200,3000 #Will create/update the specified versions of opencart
$ ./init.sh odb #Will create/update only DB
$ ./init.sh of #Will create/update only files
Create/update datebases for opencart versions 2200, 2302, 3000
$ ./init.sh v:2200,2302,3000 odb
Open the link http://yourhost/oc.testplace/ in your browser and select version.
Access to the admin panel: admin/admin