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

맥북 그누보드 설치 방법

ABEL123 1년 전 조회 2,857

안녕하세요 M2 맥북쓰고있는데요

웹 개발 입문자 입니다. ..

혹시 그누보드 설치 방법 아시는분 계실까요? XAMPP 사용해야하나요?!

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

답변 5개

ABEL123
1년 전

답변 다들 감사합니다!

로그인 후 평가할 수 있습니다

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

XAMPP 추천해드립니다.

https://www.apachefriends.org/index.html

로그인 후 평가할 수 있습니다

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

다음과 같은 방법으로 설치 하시면 될 것 같습니다.

 

Homebrew 설치

터미널을 열고 Homebrew를 설치합니다. Homebrew는 macOS용 패키지 관리자로서, 다양한 소프트웨어를 쉽게 설치할 수 있도록 해줍니다.

</p>

<p>/bin/bash -c "$(curl -fsSL <a href="https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"" target="_blank" rel="noopener noreferrer">https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"</a>

 

Apache, PHP, MySQL 설치

</p>

<p>brew install httpd

brew install php

brew install mysql

 

Apache 설정

</p>

<p>sudo apachectl start

 

PHP 설정

</p>

<p>nano /usr/local/etc/httpd/httpd.conf

 

MySQL 설정

</p>

<p>brew services start mysql

mysql_secure_installation

 

그누보드 다운로드 및 설정

</p>

<p>git clone <a href="https://github.com/gnuboard/gnuboard5.git" target="_blank" rel="noopener noreferrer">https://github.com/gnuboard/gnuboard5.git</a>

Apache의 DocumentRoot 디렉토리로 파일을 이동시킵니다.

 

웹 브라우저에서 접속

웹 브라우저에서 http://localhost 또는 http://127.0.0.1로 접속하여 그누보드 설치 화면을 확인

 

 

로그인 후 평가할 수 있습니다

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

1년 전

docker를 사용해 보세요.

로그인 후 평가할 수 있습니다

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

1년 전

안녕하세요 

맥에서는 MAMP를 사용해 보세요~

로그인 후 평가할 수 있습니다

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

답변을 작성하려면 로그인이 필요합니다.

로그인