라라곤 설치 (Laragon) > PHP프레임워크

PHP프레임워크

라라곤 설치 (Laragon) 정보

라라벨 라라곤 설치 (Laragon)

본문

Laragon을 아래링크에서 다운로드해서 설치합니다.

 

https://forum.laragon.org/topic/755/laragon-3-2-released-php-7-2-0-vc15-apache-to-2-4-29-vc15-node-js-8-9-1-yarn-1-3-2-composer-1-5-3

 

설치를 해보면 PHP-7.2.2, Apache 2.4.29, mysql 5.7.19 가 설치 되어 있습니다. 

 

Start All을 먼저 누르지 말고 아래 부터 해주세요.. (특히 마리아 DB)

 

가장 최근의 버전을 사용해보고 싶거나,  아니면 이전 버전으로 테스트 하고 싶은 경우에는 아래와 같이 하면 됩니다. 모두 각 OS에 맞는 zip파일을 다운로드 받습니다.  그리고 풀어서 카피 위치에 카피합니다.

 

MariaDB를 https://downloads.mariadb.org/

카피위치 : c:\laragon\bin\mysql

 

PHPmyAdmin은 https://www.phpmyadmin.net/downloads/?

카피위치 C:\laragon\etc\apps

단 phpMyAdmin-4.x.x-all-languages 를 리네임해주세요. phpMyAdmin으로

 

PHP버전은 https://windows.php.net/download#php-7.2

카피위치 C:\laragon\bin\php

 

아파치 버전은 https://www.apachelounge.com/download/

카피위치 C:\laragon\bin\apache

하위 디렉토리가 생기니 이것도 기존에 있는 것과 비슷하게 Rename해서 카피해주세요

 

노드는 https://nodejs.org/en/download/current/

카피위치 C:\laragon\bin\nodejs

 

Nginx는 http://nginx.org/en/download.html

카피위치 C:\laragon\bin\nginx

 

phpmyadmin아래의 config.sample.inc.php를 config.inc.php로 카피한후에..

/* Authentication type */
$cfg['Servers'][$i]['auth_type'] = 'cookie';
/* Server parameters */
$cfg['Servers'][$i]['host'] = 'localhost';
$cfg['Servers'][$i]['compress'] = false;
$cfg['Servers'][$i]['AllowNoPassword'] = false;

을 아래와 같이 변경합니다.

/* Authentication type and info */
$cfg['Servers'][$i]['auth_type'] = 'config';
$cfg['Servers'][$i]['user'] = 'root';
$cfg['Servers'][$i]['password'] = 'root';
$cfg['Servers'][$i]['extension'] = 'mysqli';
$cfg['Servers'][$i]['AllowNoPassword'] = true;
$cfg['Lang'] = 'en';
 
/* Bind to the localhost ipv4 address and tcp */
$cfg['Servers'][$i]['host'] = 'localhost';
$cfg['Servers'][$i]['connect_type'] = 'tcp';

 

라라곤을 실행시킨후에.  Right Click으로 최신 버전을 선택합니다.

 

Right Click>MariaDB>Change root password에서

password는 root로

 

Right Click>MariaDB>my.ini 를 클릭해서 [mysqld]아래에 아래 내용 카피

collation_server = utf8mb4_unicode_ci

character_set_server = utf8mb4

 

Start All 버튼을 눌러 보세요..

 

203892234_1538060024.8639.png

 

 

 

추천
2

댓글 7개

혹시 http://app.test  에 대해 방문안되는 원인 알수 잇을가요?
Quick app 로 그누보드 설치하면서 http://g54..text 으로 만들었는데 방문 안되네요.
(g54.test의 서버 IP 주소를 찾을 수 없습니다.)  이런문구가 뜨네요.
전체 289 |RSS
PHP프레임워크 내용 검색

회원로그인

진행중 포인트경매

  1. 참여38 회 시작24.04.19 15:40 종료24.04.26 15:40
(주)에스아이알소프트 / 대표:홍석명 / (06211) 서울특별시 강남구 역삼동 707-34 한신인터밸리24 서관 1404호 / E-Mail: admin@sir.kr
사업자등록번호: 217-81-36347 / 통신판매업신고번호:2014-서울강남-02098호 / 개인정보보호책임자:김민섭(minsup@sir.kr)
© SIRSOFT