개 요
Symfony Framework - 웹어플리케이션 개발환경
내 용
환경설정
- Settings / Privacy & Security / Exceptions - Cookie and Site Data
스크립트
- Ubuntu Desktop
if [ "${PLATFORM_TYPE}" == "Linux" ]; then
if [ -d /snap/firefox ]; then
sudo rm -Rf /var/snap/firefox
sudo snap remove firefox
else
echo "There is not Firefox"
fi
sudo apt-get install -y dialog apt-utils
sudo snap install firefox
echo
fi
참고자료
- Firefox - Download
- Settings - Extension : Xdebug Helper
- Settings - Extension : Xdebug Helper
