关于我们
公司博客
- 公司参加“服务外包最新市场形势分析及服务外包企业交付体系”研讨会
- 2011湖北互联网精英联谊会图片播报
- 我公司出席2011武汉市服务外包行业协会、武汉市软件行业协会联合年会
- 我公司成功为国外客户交付Drupal项目
- 伊锐数码参加“HTML5技术分享沙龙”活动
- 伊锐数码CMMI3认证工作正式启动
- 伊锐数码成为信步东方IT服务提供商
- 公司参加“云计算时代的过程改进及武汉市服务外包政策宣讲会”
- 伊锐数码助力客户走向移动互联网!
- 伊锐数码交付 Facebook 应用程序
- 伊锐数码作为软件外包提供商出席上海世博会活动
- 如何将大型 Magento 站点到 1.4以上版本 (公司英文博客)
- 关于 Zend Server 的一些思考 (公司英文博客)
- 如何整合 Zend Studio 及 SVN (公司英文博客)
- Magento 能支持 Amazon S3 吗?
如何整合 Zend Studio 及 SVN (公司英文博客)
Question:
I have just installed Zend Studio, as I would like to use that program as well now.
Could you give me some instruction how it add the RemaxA project as a SVN project, that I can run locally?
It would probably save me a lot of time if you point me in the right direction...
Answer:
1, import project from subversion
Select menu ‘File’=>’Import’, Choose ‘SVN’ => ‘Project from SVN’,
Then input right subversion information, and go to finish
2, import as a new php project
At the last step of ‘Import’, Create a PHP project from the source, input the right path location.
3, create database
Create a DB for RemaxA, and import the database from test server
(export a SQL file from RemaxA.com, then import it)
4, set local configuration file
In the folder ‘application\configs’, copy ‘application.ini.sample’ as ‘application.ini’, and modify the database information in it
5, configure apache
Make sure you have enabled the extension ‘mod_rewrite’ in apache
That is all.






