리눅스

Apache + MariaDB + PHP (4)

박진우98 2023. 9. 6. 15:54

https://parkjinwoo98.tistory.com/6

 

Apache + MariaDB + PHP (3)

https://parkjinwoo98.tistory.com/5 Apache + MariaDB + PHP (2) https://parkjinwoo98.tistory.com/4 Apache + MariaDB + PHP (1) https://parkjinwoo98.tistory.com/3 [CentOS] 설치 후 설정 SELinux 비활성, iptables 설치, net-tools 설치 시작하기전

parkjinwoo98.tistory.com

 

#> vi /var/www/html/db.php

 

 

브라우저에 [ IP]/db.php 입력한다.

마지막에 succes라고 뜨면 성공.

 

php 버전 올리는 방법

 

Word Press 설치

 

#> cd /tmp //tmp 디렉토리로 이동

#> wget http://wordpress.org/latest.tar.gz // wordpress 다운

#> tar xvzf latest.tar.gz -C /var/www/html // var/www/html 압축해제

#> chown -R apache /var/www/html/wordpress/ // apache에서 접근 가능하게 디렉토리와 하위항목들의 소유자를 apache 설정

 

/wordpress 접속

한국어

시작합니다!

제출

데이터베이스 wordpress 없으면 오류 뜬다.

#> mysql -uroot -p

#> create database wordpress;

다시 제출

설치 실행

워드프레스 설치

완료

'리눅스' 카테고리의 다른 글

리눅스 디스크 추가  (0) 2023.10.25
WINSCP 접근거부 문제 해결  (0) 2023.10.23
Apache + MariaDB + PHP (3)  (0) 2023.09.06
Apache + MariaDB + PHP (2)  (0) 2023.09.06
Apache + MariaDB + PHP (1)  (0) 2023.09.06