Home | Mirror | Search

第 6 章 Application Server

目錄

1. Zope
2. JBoss - JBoss Enterprise Middleware

1. Zope

參考Python安裝

  1. 下載 Zope-3

    wget http://www.zope.org/Products/Zope3/3.3.1/Zope-3.3.1.tgz
    tar zxvf Zope-3.3.1.tgz
    cd cd Zope-3.3.1
    				
  2. configure

    ./configure --prefix=/usr/local/Zope --with-python=/usr/local/python2.4/bin/python
    
    make
    make check
    make install
    				
  3. 創建一個Zope實例

    cd /usr/local/Zope
    ./bin/mkzopeinstance -u neo:chen -d /usr/local/Zope/webapps
    cd webapps
    ./bin/runzope
    				
  4. 測試

    http://netkiller.8800.org:8080/
    				
comments powered by Disqus