본문 바로가기
728x90
반응형

IT/PHP,WORDPRESS20

윈도우에서 php 개발환경 설정 아래 글 참고해서 진행함. https://soda-dev.tistory.com/52 [PHP] Window에서 개발환경 만들기 -php,apache,mysql다 따로 다운받기 Apache설치 1. Apache 다운 https://www.apachelounge.com/download/ Apache VS16 binaries and modules download www.apachelounge.com 2. C드라이브에 'APM'폴더 만들어서 압축 해제 3. C:\APM\Apache24\conf 의 httpd.conf를 열어서 몇가지 수 soda-dev.tistory.com 2023. 11. 25.
도커에 ubuntu 다운받아서 최신 php 설치하기 1. UBUNTU 최신 버전 다운로드 docker pull ubuntu 2. 컨테이너 생성 docker create -it --name php8212 ubuntu docker start php8212 3. 필수유틸 설치 docker exec -it php8212 /bin/bash apt update apt upgrade apt install nano apt install vim apt install telnet apt install net-tools apt install wget apt install curl apt install software-properties-common --> add-apt-repository 명령어를 사용하기 위해서... --> python3 도 같이 설치됨 3번까지 작업으로 .. 2023. 11. 23.
wordpress 설치하기 1. DB 환경설정 (도커로 mariadb 설치법을 보고 올것) 1.1 maria db 에 wordpress DB 생성하기 -> mariadb 에 root로 접속후, 오른쪽 버튼, Create database 선택하고 Database name :wordpress, 그외는 그대로 사용 권한 부여 GRANT ALL ON wordpress.* TO 'wordpressadmin'@'localhost' IDENTIfied by 'wordpressadmin'; FLUSH PRIVILEGES; 워드 프레스 설치하기 1. 소스파일 다운로드 https://ko.wordpress.org/download/ 현재기준 최신버전 : 6.4.1 2. 도커의 volume에 압축울 푼다. 3. 접속해본다.(도커환경임) http://l.. 2023. 11. 23.
도커 얘긴데, phpstorm을 언급함( 도커데스크탑->vagrant변경) https://dus815.tistory.com/190 Docker-for-desktop 대체하기 (Vagrant 를 활용한 docker) 구성도 필수설치 Oracle VitualBox 설치 하이퍼바이저 끄기 window > cmd (관리자 권한) bcdedit /set hypervisorlaunchtype off 하이퍼 바이저를 실행시키면 Intel VT-x 또는 AMD-V 를 사용할수 없다 바이오스진입 후 가 dus815.tistory.com 2023. 11. 6.
728x90
반응형