테스트 사이트 - 개발 중인 베타 버전입니다

라라곤 설치 (Laragon)

· 7년 전 · 6259 · 7

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 버튼을 눌러 보세요..

 

 

 

 

댓글 작성

댓글을 작성하시려면 로그인이 필요합니다.

로그인하기

댓글 7개

멋지십니다
감사합니다
혹시 http://app.test 에 대해 방문안되는 원인 알수 잇을가요?
Quick app 로 그누보드 설치하면서 http://g54..text 으로 만들었는데 방문 안되네요.
(g54.test의 서버 IP 주소를 찾을 수 없습니다.) 이런문구가 뜨네요.
5년 전
@GnuBoard™ hosts 파일에 app.test나 g54.test가 등록되어 있나요?
@가라치코 hosts 파일 읽기 전용으로 되어 등록이 안됐네요. 감사합니다.
감사합니다.
감사합니다 : )

게시글 목록

번호 제목
615
코드이그나이터 c4 느낀점.. 4
614
612
코드이그나이터 ci4 매뉴얼 1
610
609
607
605
프레임워크 라라벨 5.4 1
603
602
프레임워크 구글 트렌드
600
598
597
596
592
588
587
586
584
582
프레임워크 magento 마젠토 1
581
프레임워크 라라벨용 Twig
578
576
574
573
572
571
569
563
562
프레임워크 축하드립니다.
561