A bash script to download and prepare Joomla! installation on linux based systems.
- Download
getjoomla.sh
and place it in $PATH directory for example like thiswget https://raw.githubusercontent.com/bestproject/getjoomla.sh/master/getjoomla.sh -qO /bin/getjoomla
- Give it run permissions like this
chmod +x getjoomla
- Go into directory where you want to prepare Joomla! installation
- Run
getjoomla
- Go to your domain and just run installation
- Run
getjoomla
- Run
getjoomla versions
- Run get joomla with version number eg.
getjoomla 3.6.2
wget https://raw.githubusercontent.com/bestproject/getjoomla.sh/master/getjoomla.sh -qO /bin/getjoomla && chmod +x /bin/getjoomla