DotCMS

来自开放百科 - 灰狐
(版本间的差异)
跳转到: 导航, 搜索
第18行: 第18行:
 
  psql -f ./postgres.sql dotcms // for postgresql
 
  psql -f ./postgres.sql dotcms // for postgresql
 
Set the server IP address,  Edit ./conf/server.xml
 
Set the server IP address,  Edit ./conf/server.xml
<code>
+
<nowiki> <Server address="208.250.1.102" port="8005" shutdown="SHUTDOWN" debug="0">
<Server address="208.250.1.102" port="8005" shutdown="SHUTDOWN" debug="0">
+
 
...
 
...
 
<Connector address="208.250.1.102" port="80"
 
<Connector address="208.250.1.102" port="80"
第27行: 第26行:
 
  debug="0" connectionTimeout="20000"
 
  debug="0" connectionTimeout="20000"
 
  disableUploadTimeout="true" />
 
  disableUploadTimeout="true" />
</code>
+
</nowiki>
 
Set the database connection info in the conf/Catalina/localhost/ROOT.xml
 
Set the database connection info in the conf/Catalina/localhost/ROOT.xml
 
  <!-- POSTGRESQL -->
 
  <!-- POSTGRESQL -->

2008年11月22日 (六) 01:40的版本

dotCMS is a portal-based (JSR-168 compliant) Web Content Management System. It offers a compelling set of features out of the box all on an extensible platform that can be customized to suit just about any Web CMS need.

dotCMS has been built using the category-leading technologies that guide J2EE development today. These technologies are all widely adopted, actively developed open-source projects, standards and patterns.

  • 100% J2EE Java - Vendor neutral means you can run it equally well on Windows or UNIX servers
  • Apache Tomcat - Industry Standard JSP/Servlet Container
  • Liferay Enterprise Portal - Open-source portal, which has since introduced its own CMS system.
  • Apache Struts - Web Application Framework
  • DWR - Java AJAX framework
  • Spring - the Spring Application Framework
  • Hibernate ORM - Object Relation Mapping Engine
  • Velocity Templating Language - Lightweight templating engine
  • Velocity Tools Project - Expose tools and widgets to velocity templates
  • Lucene Search Engine - Mature and robust java search engine.

Install

get dotcms from http://download.huihoo.com/dotcms
Create a new database called dotcms
mysql dotcms < ./mysql.sql // for mysql
psql -f ./postgres.sql dotcms // for postgresql

Set the server IP address, Edit ./conf/server.xml <Server address="208.250.1.102" port="8005" shutdown="SHUTDOWN" debug="0"> ... <Connector address="208.250.1.102" port="80" URIEncoding="UTF-8" maxThreads="150" minSpareThreads="25" maxSpareThreads="75" enableLookups="false" redirectPort="8443" acceptCount="100" debug="0" connectionTimeout="20000" disableUploadTimeout="true" /> Set the database connection info in the conf/Catalina/localhost/ROOT.xml

<Resource name="jdbc/dotCMSPool" auth="Container" type="javax.sql.DataSource" driverClassName="org.postgresql.Driver" url="jdbc:postgresql://127.0.0.1/dotcms" username="postgres" password="xxxxx" maxActive="50" maxIdle="10" maxWait="-1" removeAbandoned="true" removeAbandonedTimeout="60" logAbandoned="true"/> login dotCMS

http://localhost/c
user: [email protected]
password: test

Links

分享您的观点
个人工具
名字空间

变换
操作
导航
工具箱