欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2, C++/F#/Lisp
Zope
来自开放百科 - 灰狐
(版本间的差异)
第2行: | 第2行: | ||
[[Image:zopearchitecture.gif|right|thumb|Fundamental Zope Components]] | [[Image:zopearchitecture.gif|right|thumb|Fundamental Zope Components]] | ||
+ | ==Install== | ||
+ | wget from http://download.huihoo.com/zope | ||
+ | Zope-2.10.5-final.tgz | ||
+ | tar zxvf Zope-2.10.5-final.tgz | ||
+ | ./configure | ||
+ | make | ||
+ | make install | ||
+ | /opt/Zope-2.10/bin/mkzopeinstance.py, 如 first | ||
+ | cd /home/allen/zope/first/etc | ||
+ | vi zope.conf | ||
+ | effective-user allen // Cannot start Zope with the effective user as the root user | ||
+ | [allen@centos bin]$ ./zopectl start | ||
+ | . daemon process started, pid=9815 | ||
+ | http://localhost:8080 :) | ||
==相关链接== | ==相关链接== | ||
*http://www.zope.org/ | *http://www.zope.org/ |
2008年4月9日 (三) 09:01的版本
Zope 是一个优秀的开放源代码Web应用服务器, 被誉为Web上Linux系统。
Install
wget from http://download.huihoo.com/zope Zope-2.10.5-final.tgz tar zxvf Zope-2.10.5-final.tgz ./configure make make install /opt/Zope-2.10/bin/mkzopeinstance.py, 如 first cd /home/allen/zope/first/etc vi zope.conf effective-user allen // Cannot start Zope with the effective user as the root user [allen@centos bin]$ ./zopectl start . daemon process started, pid=9815 http://localhost:8080 :)
相关链接
分享您的观点