How to install extensions on command line?
Posted: Thu Nov 02, 2017 1:38 pm
Hi,
I want to install modules and make them enabled by commands on terminal, to make auto-installation script.
Please teach me how to do that.
- Opencart version : 3.0.2
<What I want to do>
Using Ansible,
- build server applications (nginx, php, mysql ...) --- OK
- install default Opencart -- OK
- make initialization of Opencart -- OK
- install and enabled some modules ---- Now here.. I will write a shell script for this process.
< Premise>
- Zip files (modules) are already on a target server.
- Terminal on the server is available. (bash, python, php or some other LWL)
I want to install modules and make them enabled by commands on terminal, to make auto-installation script.
Please teach me how to do that.
- Opencart version : 3.0.2
<What I want to do>
Using Ansible,
- build server applications (nginx, php, mysql ...) --- OK
- install default Opencart -- OK
- make initialization of Opencart -- OK
- install and enabled some modules ---- Now here.. I will write a shell script for this process.
< Premise>
- Zip files (modules) are already on a target server.
- Terminal on the server is available. (bash, python, php or some other LWL)