1. CakePHP 다운로드 받아서 압축을 푼다.http://cakephp.org/

public_html/cakephp 에 설치했다고 가정하고 기술

2. 권한 설정
cakephp/app/tmp 디렉토리에  web server user 쓰기 권한 부여

3.  app/config/core.php 수정
- Security.salt
- Security.cipherSeed

4. config/database.php.default를 database.php로 파일이름 변경
DATABASE_CONFIG 클래스의 정보를 적정하게 수정

기본 설정이 끝나면 다음과 같은 화면을 볼 수 있음. 

Posted by Gu Youn
,

To install the QuantLib

2008. 4. 15. 00:31

보호되어 있는 글입니다.
내용을 보시려면 비밀번호를 입력하세요.

1. adsense 홈페이지에서 광고 코드를 복사 한다.

<script type="text/javascript"><!--
google_ad_client = "";
/* 200x200, 작성됨 08. 2. 3 */
google_ad_slot = "";
google_ad_width = 200;
google_ad_height = 200;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>


2. 스킨의 html 편집메뉴에서 아래 내용을 <s_sidebar> ~ </s_sidebar> 사이에 적당한 곳에 붙여넣는다.
google adsense는 모듈이름으로 마음대로 수정해도 된다.

<s_sidebar_element>
<!-- google adsense -->
<div id="adsense">

<script type="text/javascript"><!--
google_ad_client = "";
/* 200x200, 작성됨 08. 2. 3 */
google_ad_slot = "";
google_ad_width = 200;
google_ad_height = 200;
//-->
</script>
<script type="text/javascript"
src="
http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>

</div>
</s_sidebar_element>

사용자 삽입 이미지

3. 화면 아래에 있는 저장 버튼을 누른다.

4. 사이트바 설정 메뉴에 가면 google adsense이름을 갖는 모듈이 추가되어 있다. 그것을 적당한 곳에 위치시키면 끝...
 

'Computer > etc' 카테고리의 다른 글

robocopy를 사용하자.  (0) 2009.08.15
Visual Basic 6.0 - mouse wheeel  (0) 2009.08.06
Firefox 스크롤 조정하기  (0) 2009.03.08
USB 바이러스 예방  (0) 2009.02.14
USB 메모리 초기화  (0) 2009.01.12
컴퓨터 관련 북마크 정리 - 20080720  (0) 2008.07.20
Builder 와 Delphi 컴포넌트 설치 규칙  (0) 2008.07.20
Posted by Gu Youn
,

보호되어 있는 글입니다.
내용을 보시려면 비밀번호를 입력하세요.

일반적으로 많이 사용하는 Apache+MySql+PHP(APM)의 설치 방법에 대해서 정리한다.

1. Apache 설치
Apache 컴파일 및 설치
Apache 자동 실행
"/etc/init.d/"에 apachectl을 복사한다.

/etc/init.d/apachectl 상단에 아래 내용 추가한다.
    # chkconfig: 2345 60 60
    # description: Apache Web Server Version 2.0
   chkconfig에서 처음 인자는 어떤 run-level에서 실행될지를 의미하며, 그 다음 두개의 인자는 같은 run-level에서 실행/종료시 prority를 의미한다.

chkconfig 명령어를 이용해 등록
    # chkconfig --add apachectl
    # chkconfig --level 2345 apachectl on
  

chkconfig로 apachectl을 add하고 난 후에 ntsysv로 서비스 목록을 보면 apachectl이 추가된 것을 볼 수 있다.

2. PHP 설치
* PHP 컴파일
CPPFLAGS=-I/usr/include/mysql
./configure \
--with-apxs2=/usr/local/apache/bin/apxs \
--with-zlib \
--with-gd \
--with-ttf \
--with-png \
--with-expat-dir=/usr \
--with-gmp \
--with-xml \
--with-mysql=/usr \
--with-language=korean \
--with-charset=euc_kr \
--disable-debug \
--disable-posix \
--disable-rpath \
--enable-safe-mode \
--enable-magic-quotes \
--disable-dmalloc \
--enable-bcmath \
--enable-dio \
--enable-gd-native-ttf \
--enable-sysvsem \
--enable-sysvshm \
--enable-wddx \
--enable-versioning \
--enable-pic \
--enable-inline-optimization \
--enable-memory-limit \
--enable-mbstring \
--enable-mbregex \
--enable-mbstr-enc-trans \
--with-config-file-path=/usr/local/lib \
--enable-ftp \
--disable-debug \
--enable-track-vars=yes \
--with-jpeg-dir \
--with-freetype-dir \
--enable-gd-native-ttf \
--enable-dl \
--with-imap=/usr/lib \
--with-imap-ssl=/usr/lib \
--with-kerberos

make && make install

superuser.co.kr의 글을 보면 --with-imap=shared로 되어 있는데 저 경우에 imap 함수 사용이 불가능 하여 --with-imap=/usr/lib로 변경

superuser.co.kr에서 가져 옮 #

3. mysql 설치
  # CFLAGS="-static -O2 -march=i686 -funroll-loops"
  # CXXFLAGS="-static -O2 -march=i686 -funroll-loops -felide-constructors -fno-exceptions -fno-ftti"
  # ./configure --prefix=/uar/local/mysql --localstatedir=/usr/local/mysql/data --disable-shared --enable-assembler --with-thread-safe-client --with-mysqld-user="mysql" --with-client-ldflags=-all-static --with-myslqd-ldflags=-all-static --with-readline --without-debug --without-bench --with-charset=euckr

Posted by Gu Youn
,
설치 순서 #
1. Live CD 다운로드
2. Boot
3. Configuring Network
4. Partition a Disk
5. Create Filesystems
6. Mount
7. Installing a Stage Tarball
8. Inatal Portage
9. Configuring the Compile Options
10. Chrooting
11. Configuring the Kernel
12. Configuring your System
13. Configuring the Bootloader


Posted by Gu Youn
,
1.설치 후 기본 적으로 변경해야 할 사항 #
/usr/include를 프로젝트 옵션의 인클루드 경로 리스트의 맨 상위에 놓이게 수정해야함

apache dso 프로젝트를 사용할 경우에는 apache-devel패키지가 설치되 있어야 함 apache-devel패키지를 설치하고 프로젝트 옵션의 인클루드 패스에 /usr/include/apache 라이브러리 패스에 /usr/lib/apache를 추가한다.

cf)
  apache-devel이 설치되 있지 않는 경우 httpd.h 헤더 파일 찾지 못하는 에러 발생
  libhttpd.so 링크 에러 : libhttpd.so 경로를 라이브러리 패스에 추가한다.

2. libx11.so 파일 찾지 못하는 링크에러 #
ln -s libX11.so.6.2 libX11.so
Posted by Gu Youn
,