답변 5개
댓글을 작성하려면 로그인이 필요합니다.
1년 전
다음과 같은 방법으로 설치 하시면 될 것 같습니다.
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로 접속하여 그누보드 설치 화면을 확인
로그인 후 평가할 수 있습니다
댓글을 작성하려면 로그인이 필요합니다.
답변을 작성하려면 로그인이 필요합니다.
로그인