A php script to prepare installation of selected Joomla! release.
- Download
index.php
file fromhttps://raw.githubusercontent.com/bestproject/getjoomla.php/master/index.php
- Place it with FTP client to the root directory of your domain.
- Open your domain in browser.
- Select release (latest version is selected by default)
- Click on
Install
Installing Joomla! on a VPS or dedicated server running Linux system.
- Run in a console
sudo -u WEBSITE_USER wget https://raw.githubusercontent.com/bestproject/getjoomla.php/master/index.php
in a directory where you wan't your Joomla! to be installed (where WEBSITE_USER is system user that will be running your website) - Open your domain in browser.
- Select release (latest version is selected by default)
- Click on
Install
Script downloads selected release, unpacks, creates .htaccess
file, removes itself and redirects you to installation process.