태터 블로그에선 어떻게 스팸을 막았는지 궁금도 하고 블로그가 어떻게 만들어졌는지 소스를 한번 봐야할 것 같아서 깔아봤습니다. 이글루스를 옮길 계획은 없습니다.(tistory로 옮길려다가 귀차니즘으로 포기 orz)

1. Linux에서 wget 명령어로 태터툴즈 source를 받음
[sungdh86@pcrc public_html]$ wget http://dev.tattertools.com/svn/releases/tattertools-1.1.1-source.tar.gz

2. 받은 source의 압축을 품
[sungdh86@pcrc public_html]$ tar -xvf tattertools-1.1.1-source.tar.gz

3. 압축이 풀려졌는지 확인을 함
[sungdh86@pcrc public_html]$ cd tt
[sungdh86@pcrc tt]$ ls
blog doc image lib script skin
components iconv.php language plugins setup.php style
[sungdh86@pcrc tt]$

4. 웹 브라우저를 띄워서 설치한 위치를 알아낸 뒤 setup.php로 설치를 한다.

5. 새로 설치할 것이므로 "새로운 태터툴즈를 설정합니다"로 설치를 한다.

6. 블로그에 쓸 DB설정을 한다.

7. 체크된 에러사항들을 서버관리자에게 문의해서 없애야 합니다.

(내가 PHP모듈중에서 mail 안깔았나 -_-;; 서버관리자로서 할말이 없군)


sendmail를 설치합니다 -_-;;(qmail 깔것을 잘못했나?)
[root@pcrc bin]# yum install sendmail
Loading "installonlyn" plugin
Setting up Install Process
Setting up repositories
core [1/3]
core 100% |=========================| 1.1 kB 00:00
updates [2/3]
updates 100% |=========================| 951 B 00:00
extras [3/3]
extras 100% |=========================| 1.1 kB 00:00
Reading repository metadata in from local files
primary.xml.gz 100% |=========================| 382 kB 00:01
updates : ################################################## 1089/1089
Added 316 new packages, deleted 347 old in 21.22 seconds
primary.xml.gz 100% |=========================| 1.8 MB 00:06
extras : ################################################## 6098/6098
Added 1449 new packages, deleted 889 old in 85.16 seconds
Parsing package install arguments
Resolving Dependencies
--> Populating transaction set with selected packages. Please wait.
---> Downloading header for sendmail to pack into transaction set.
sendmail-8.13.8-1.fc5.i38 100% |=========================| 39 kB 00:00
---> Package sendmail.i386 0:8.13.8-1.fc5 set to be updated
--> Running transaction check
--> Processing Dependency: sendmail = 8.13.5-3 for package: sendmail-cf
--> Restarting Dependency Resolution with new changes.
--> Populating transaction set with selected packages. Please wait.
---> Downloading header for sendmail-cf to pack into transaction set.
sendmail-cf-8.13.8-1.fc5. 100% |=========================| 49 kB 00:00
---> Package sendmail-cf.i386 0:8.13.8-1.fc5 set to be updated
--> Running transaction check

Dependencies Resolved

=============================================================================
Package Arch Version Repository Size
=============================================================================
Updating:
sendmail i386 8.13.8-1.fc5 updates 630 k
Updating for dependencies:
sendmail-cf i386 8.13.8-1.fc5 updates 311 k

Transaction Summary
=============================================================================
Install 0 Package(s)
Update 2 Package(s)
Remove 0 Package(s)
Total download size: 942 k
Is this ok [y/N]: y
Downloading Packages:
(1/2): sendmail-8.13.8-1. 100% |=========================| 630 kB 00:02
(2/2): sendmail-cf-8.13.8 100% |=========================| 311 kB 00:01
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction
Updating : sendmail ######################### [1/4]
/usr/sbin/sendmail 留곹겕瑜??쎄린???ㅽ뙣?덉뒿?덈떎: 洹몃윴 ?뚯씪?대굹 ?뵒?됲넗由ш? ?놁쓬
Updating : sendmail-cf ######################### [2/4]
Cleanup : sendmail ######################### [3/4]
Cleanup : sendmail-cf ######################### [4/4]

Updated: sendmail.i386 0:8.13.8-1.fc5
Dependency Updated: sendmail-cf.i386 0:8.13.8-1.fc5
Complete!
[root@pcrc bin]#

PHP의 phpinfo()로 php.ini의 위치를 확인 합니다.

다음 부턴 차근차근 올려야 할것 같네요 ㄱ-
Buy me a coffeeBuy me a coffee

+ Recent posts