/smartySetUp

script that download smarty and set up it into your project

Primary LanguageShell

smartySetUp

script that download smarty (v3.1.33), extract it and set up into your project.

NB

1)install wget apt install wget || dnf install wget || ..
2)install tar apt install tar
3)change this variables :
WGET_LOG=wgetLog
NEWPACKNAME='smarty.v3.1.33.tar.gz'
NEWSMARTYDIR='smarty'
PATHDIRECTORY='test/'
PROJECTPATH='your/project/path'
WEBSERVERUSER='your webserver user'

chmod +x smartySetUp.sh