-
윈도용 Portable 웹서버 LaragonIT 2020. 8. 24. 22:46반응형
윈도에서 간단하게 사용할 수 있는 웹서버 Laragon이 있다
https://cholchori.tistory.com/2041
윈도 환경에서 Asus 공유기 Let's Encrypt SSL 인증서 받기
asus공유기에서 Let's Encrypte SSL 인증서를 지금까지 잘 사용했었는데 acme v1 이 이제 더이상 지원되지 않으면서 아무리 갱신을 해도 이렇게 192.168.1.1 형태의 로컬 인증서만 받아지고 제대로 작동이 �
cholchori.tistory.com
에서도 이 웹서버를 사용했는데
간단하게 포터블로 이용할 수 있어서 좋다
Laragon - portable, isolated, fast & powerful universal development environment for PHP, Node.js, Python, Java, Go, Ruby.
Laragon is a fast & powerful local development environment.
laragon.org
에 접속해서 보면 설치형 Full버전이 있지만 설치하는 것은 귀찮고 포터블 버전을 다운받는다
문제는 포터블 버전은 구버전의 웹서버 DB서버 PHP엔진이다
그런데 다행히 간단히 신버전을 다운받아 폴더에 넣고 설정만 바꿔주면 최신버전으로 사용이 가능하다
http://nginx.org/en/download.html
nginx: download
nginx.org
https://windows.php.net/download#php-7.4
PHP For Windows: Binaries and sources Releases
PHP 7.3 (7.3.21) Download source code [27.07MB] Download tests package (phpt) [14.27MB] VC15 x64 Non Thread Safe (2020-Aug-04 14:37:14) Zip [24.44MB] sha256: d973e1c40d700925c4dc3e93575bc9619ea3d1de7cb8416cf4d2ddae9a3b9dd9 Debug Pack [23.11MB] sha256: 6727
windows.php.net
https://www.heidisql.com/download.php?download=installer
Download HeidiSQL
Ads were blocked - no problem. But keep in mind that developing HeidiSQL, user support and hosting takes time and money. You may want to send a donation instead. Download HeidiSQL 11.0 Release date: 17 Mar 2020. Installer, 32/64 bit combined Portable versi
www.heidisql.com
Download MariaDB Server - MariaDB.org
REST API MariaDB Repositories Release Schedule Reporting Bugs […]
mariadb.org
모든 링크에서 윈도용 x86 버전을 다운받아서
laragon\bin\ 폴더의 heidisql, mysql, nginx, php 에 압축을 푼다
heidisql 폴더에는 신버전을 덮어쓰기로 교체하면 되고
나머지 엔진들은 각각의 폴더에 받은 zip 파일을 풀어서 폴더안에 그대로 복사하면된다
mariadb-10.5.5-win32, nginx-1.19.2, php-7.4.9-Win32-vc15-x86 이런 형태의 폴더를 각각의 폴더에 넣고
laragon\usr\laragon.ini 를 편집한다
[preferences]
FirstRun=0
RunAtStartup=0
AutoVirtualHosts=-1
RightClickMenu=0
Lang=English
DocumentRootList=***laragon\www|
DataDir=***laragon\data
[nginx]
Use=-1
Upstream=2
Version=nginx-1.19.2
DocumentRoot=***laragon\www\
Port=80
[php]
Version=php-7.4.9-Win32-vc15-x86
[mysql]
Use=-1
Version=mariadb-10.5.5-win32
[apache]
Use=-1
[mongodb]
Use=-1
[postgresql]
Use=-1Version을 각각 폴더에 복사한 폴더명(버전명)으로 편집을 하면 최신 버전으로 실행이 된다
향후 새버전이 나오면 이런형태로 업데이트를 계속해 주면 된다
반응형'IT' 카테고리의 다른 글
RT-AC68U merlin 384.19 (14-Aug-2020) (0) 2020.09.01 스마트 와치 갤럭시 기어 S2, ZeTime, Noerden Mate2 (0) 2020.08.29 iOS 13.6.1 (0) 2020.08.13 youtube에서 최신 음악 차트 듣기 (0) 2020.07.21 Asus Blue cave 공유기 Wan 연결 문제 해결하기 (0) 2020.07.16