docs.instantcms.ru/manual/installГде можно посмотреть пошаговую установку instantcms 2?
С правами на каждую папку
find /var/www/path_to_site_root/ -type f -exec chmod 644 {} \;
find /var/www/path_to_site_root/ -type d -exec chmod 755 {} \;
find /var/www/path_to_site_root/cache/ -type d -exec chmod 777 {} \;
find /var/www/path_to_site_root/upload/ -type d -exec chmod 777 {} \;