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개
게시글 목록
| 번호 | 제목 |
|---|---|
| 339 | |
| 338 |
라라벨
Laravel 설치
|
| 337 | |
| 336 | |
| 333 | |
| 332 | |
| 331 |
라라벨
엑셀-라라벨
|
| 330 | |
| 329 |
라라벨
어드민 패널 - Voyager
|
| 322 | |
| 316 |
라라벨
5.6 버전이 나왔네요.
5
|
| 311 | |
| 308 |
기타
아파치 카프카
2
|
| 307 | |
| 304 | |
| 296 | |
| 291 |
일반
PHP 7.2
4
|
| 289 | |
| 288 | |
| 282 | |
| 279 | |
| 278 | |
| 277 | |
| 275 | |
| 272 | |
| 271 | |
| 269 | |
| 267 |
라라벨
Laragon 포터블
2
|
| 264 | |
| 261 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기