web
-
윈도우 기반 웹 개발 환경 만들기 ( Apache2, PHP, MySQL, PhpMyAdmin )개발 환경/WEB(Apache2, PHP, MySQL) 2019. 11. 17. 17:47
윈도우에 Apache2 + PHP + MySQL 조합으로 웹서버를 쉽게 구축할 수 있게 도와주는 WampServer 설치 및 사용방법을 다루고 있습니다. 최초 작성 - 2018. 7 . 12최종 작성 - 2019. 11. 17 1. https://sourceforge.net/projects/wampserver/files/ 에 접속하여 초록색 버튼 Download Latest Version을 클릭하면 64비트용 WampServer 최신 버전이 다운로드 됩니다. 접속에 문제가 있을 경우 아래 링크에서 다운로드 받으세요. https://sourceforge.mirrorservice.org/w/wa/wampserver/WampServer%203/WampServer%203.0.0/ 2. 다운로드된 설치파일을 실행..
-
Raspberry pi에 Git를 위한 Web 인터페이스 설치하기 ( GitWeb)Raspberry Pi/미분류 2015. 2. 8. 19:12
관련글. [임베디드/Raspberry Pi] - Raspberry pi를 git 서버로 사용하기 웹인터페이스까지 설치를 해주었더니 쓸만한 듯합니다. 필요한 패키지 설치 sudo sh -c 'echo "deb http://http.debian.net/debian wheezy-backports main" > /etc/apt/sources.list.d/wheezy-backports.list' gpg --keyserver keyserver.ubuntu.com --recv 8B48AD6246925553 gpg --export --armor 8B48AD6246925553 | sudo apt-key add - sudo apt-get update sudo apt-get install wheezy-backports ng..