I wrote small script which in 7 steps provide fast PrestaShop installation using shell command line: script downloads latest PrestaShop, extracts files, creates database, sets correct permissions for PrestaShop files, installs PrestaShop and clean up installation.
You can find my script on: https://github.com/evox95/prestainstall
Just run it using root account or using sudo:
1 2 3 |
sudo ./prestainstall.sh |