• [email protected]
  • +374-99-555-090
  • M-F 10AM - 5PM
  • 3 Garegin Nzhdeh str., Yerevan, Armenia

Safan Framework

1.) For installation download Zip archive or Clone project into Github

git clone https://github.com/safan-lab/safan-framework-standard.git

2.) Get composer and update for installation Safan and SafanResponse Modules

user@debian:/var/www/safan-framework-standard#
php composer.phar update

3.) Set 0777 permissions for path resource/assets

user@debian:/var/www/safan-framework-standard#
chmod -R 0777 resource/assets

4.) Change document root

 DocumentRoot /var/www/safan-framework-standard/resource
 <Directory /var/www/safan-framework-standard/resource>
    Options Indexes FollowSymLinks MultiViews
    AllowOverride all
 </Directory>

Congratulation, Safan Framework is installed

Installation Screen