dotcms2在myeclipse10中搭建开发环境

dotcms2在myeclipse10中搭建开发环境

ID:1120124

大小:422.00 KB

页数:13页

时间:2017-11-07

dotcms2在myeclipse10中搭建开发环境_第1页
dotcms2在myeclipse10中搭建开发环境_第2页
dotcms2在myeclipse10中搭建开发环境_第3页
dotcms2在myeclipse10中搭建开发环境_第4页
dotcms2在myeclipse10中搭建开发环境_第5页
资源描述:

《dotcms2在myeclipse10中搭建开发环境》由会员上传分享,免费在线阅读,更多相关内容在应用文档-天天文库

1、dotCms2在myeclipse10中搭建开发环境说明:使用mysql数据库。一、jdk1.7下载及安装网上有相关资料,需设置环境变量JAVA_HOME,在path中添加:%JAVA_HOME%bin;二、mysql下载及安装。请参考网上资料。三、dotCms2源码下载。输入地址:https://github.com/dotCMS/dotCMS/tree/master-2.0.1,出现下面网页。2、鼠标单击zip,下载压缩文件1、选择分支为master-2.0.1Figure1Figure1中,按步骤操作,下载得到dotCMS-dotCMS

2、-2.0.1-0-g6b3af1e.zip。四、下载文件dotcms_2.0.1.zip下载地址为:http://www.dotcms.com/downloads/download-now.dot?file=/physical_downloads/release_builds/dotcms_2.0.1.zip。一、安装dotcms2.0.11、解压dotcms_2.0.1.zip到windows中文件夹,我解压到:F:dotCmsStudy,文件列表图如下:2、创建数据库及用户名、密码、权限,下面为mysql相关命令。cdF:MySQLM

3、ySQLServer5.1bin(我的mysql安装路径为:F:MySQLMySQLServer5.1)MYSQL-hlocalhost-uroot-pdropdatabaseifexistsdotcms2;createdatabaseifnotexistsdotcms2defaultcharactersetutf8;dropuserdcuser@localhost;createuser'dcuser@localhost'identifiedby'dcuser';grantallondotcms2.*todcuser@localhosti

4、dentifiedby"dcuser";flushprivileges;3、编辑数据库连接属性,编辑文件为:$DOTCMS_HOME/tomcat/conf/Catalina/localhost/ROOT.xml4、/to

6、mcat/conf/server.xml文件保持原样,不变,如果有需求,请参考如下说明5、工作内存修改你需要编辑文件:dotCMS_directory>binwindows_serviceconfwrapper.conf