Wordpress 설치하기
2007. 7. 4. 11:24ㆍ.Tip
0. 관련 링크
- 워드 프레스
-
- 설치에 앞서서
- 호스팅 업체 or 개인서버 필요
- PHP 4.1 와 MySQL 3.23.23 이상
- 설치
- 다운로드 TAR , ZIP
- 압축 풀기
tip) tar xvzf xxx.tar.gz - 파일명 변경
wp-config-sample.php -> wp-config.php (원본 유지 위해, 파일복사로) - wp-config.php 수정 - DB연동
define('DB_NAME', 'wordpress'); // The name of the database
define('DB_USER', 'username'); // Your MySQL username
define('DB_PASSWORD', 'password'); // ...and password
define('DB_HOST', 'localhost'); // 99% chance you won't need to change this value
- 경로지정하여 서버에 올리기
- 홈페이지 = 블로그
계정 홈페이지에 위치 e.g., "ssami.tistory.com" - 하위 도메인 = 블로그
하위 도메인이 위치해 있는 폴더 e.g., "ssami.tistory.com/blog"
- 홈페이지 = 블로그
- Install (블로그.주소/wp-admin/install.php)
- First Step
Title 과 E-mail을 적는다
- Second Step
admin / password 나온다. 패스워드는 랜덤 생성이므로 꼭 기억해두자!!!
여기서는 "d95f92" 라고 나옴.
위 두 과정에서 설정한 것은,
설치후 "http://xx.xx.xx.xx/blog/wp-admin/options-general.php" 여기서 수정 가능하다. - Config (../wp-login.php)
- 이후 생략
- Temp
- 주의