🌟 나만의 워드프레스를 만들어보자
안녕하세요! 드디어 오라클 클라우드를 이용해 나만의 워드프레스 홈페이지를 만들어볼 시간이 왔네요! 솔직히 말씀드리자면 이 과정은 약간 까다로울 수 있어요. 저도 인스턴스를 백번은 만들었다 부쉈다 반복한 것 같네요 (약간 과장이 섞였지만요 😅).
오늘은 최대한 간결하게 핵심만 짚어드리겠습니다!
🧠 메모리 문제 해결하기
오라클 클라우드 무료 VM은 워드프레스를 운영하기에 램이 좀 부족합니다. 그래서 꼭 해야 할 작업이 있어요:
- 메모리 스왑 설정: 하드 디스크 공간의 일부를 램처럼 사용하도록 설정해야 합니다
- PHP 메모리 할당: PHP와 워드프레스가 충분한 메모리를 사용할 수 있게 설정해주기
이 부분을 제대로 설정하지 않으면 Elementor와 같은 플러그인이 설치는 되지만 제대로 작동하지 않는 문제가 생깁니다. 저도 이 때문에 정말 많은 시간을 허비했답니다… 🥲
🏗️ 전체 시스템 구성
우리의 워드프레스 시스템은 다음과 같이 구성됩니다:
- 도메인: Gabia에서 구매 (500원부터 시작)
- DNS 및 보안: Cloudflare (도메인 연결 및 프록시)
- 웹서버: Nginx
- 서버: Oracle Cloud Instance
- 데이터베이스: MariaDB
🛒 도메인 구매하기
가장 먼저 필요한 것은 도메인입니다. Gabia에서 원하는 도메인을 구매하실 수 있어요. 가격은 종류에 따라 연 500원부터 시작합니다. 자신만의 브랜드나 이름을 담은 도메인을 선택하세요!
다음 단계는?
다음 포스트에서는 서버 설정부터 워드프레스 설치까지 상세한 단계별 가이드를 제공할 예정입니다. 메모리 스왑 설정하는 방법과 Nginx, PHP, MariaDB를 설치하고 최적화하는 방법도 알려드릴게요!
질문이나 의견이 있으시면 언제든지 댓글로 남겨주세요! 함께 멋진 워드프레스 사이트를 만들어봐요! 💪
🌟 Creating Your Own WordPress Site
Hello there! It’s finally time to create your own WordPress website using Oracle Cloud! Let me be honest with you – this process can be a bit challenging. I’ve probably created and destroyed instances about a hundred times myself (slight exaggeration, but you get the idea 😅).
Today, I’ll keep things concise and focus only on the most important parts!
🧠 Solving Memory Issues
Oracle Cloud’s free VM instances have slightly insufficient RAM for running WordPress smoothly. There are two critical steps you need to take:
- Setting up memory swap: Configure part of your disk space to function as additional RAM
- PHP memory allocation: Ensure PHP and WordPress can access enough memory
If you don’t set these up properly, plugins like Elementor might install but won’t work correctly. I wasted so much time figuring this out… 🥲
🏗️ Overall System Architecture
Our WordPress system consists of:
- Domain: Purchased from Gabia (starting from just 500 KRW)
- DNS & Security: Cloudflare (domain connection and proxy)
- Web Server: Nginx
- Server: Oracle Cloud Instance
- Database: MariaDB
🛒 Purchasing a Domain
First, you’ll need a domain. You can buy one from Gabia, with prices starting from just 500 KRW per year depending on the type. Choose something that represents your brand or name!
What’s Next?
In my next post, I’ll provide a detailed step-by-step guide from server configuration to WordPress installation. I’ll also show you how to set up memory swap and install/optimize Nginx, PHP, and MariaDB!
If you have any questions or comments, please feel free to leave them below! Let’s create an awesome WordPress site together! 💪