Installing joomla via web is working fine. but I want it to happen via CLI or silent mode. I tried the below steps to install joomla. httpd, php, mysql installed in my linux machine.
- Downloaded latest joomla tar and extracted in /var/www/html
- Created database named as joomla in mysql
- Copied configuration.php file and made necessary changes and put it in /var/www/html/configuration.php
- restarted the server.
Try to open my website in browser but no luck. It was taking me to Joomla installation done page. while clicking site or administrator button in that page, nothing is happening.
Please help me to achieve silent mode installation.