About Us
Company Blog
- EveBit to participate in the seminar of the "Latest market situation analysis and service outsourcing enterprises delivery system "of service outsourcing
- 2011 Mobile Internet workshop of Hubei Province
- Our company attended the 2011 Annual Party of WSOA & WHSIA
- Two Drupal websites are delivered by EveBit Digital
- EveBit employees participate "HTML5 Workshop" in Wuhan
- EveBit Digital moves toward CMMI Level 3 Certification
- EveBit becomes IT service provider of China Wanderer
- EveBit participated "Cloud Computing Era of Process Improvement and Outsourcing Policy Announcement of Wuhan"
- EveBit helps clients to mobile!
- EveBit delivered Facebook Application for client
- EveBit attended Shanghai World Expo as outsourcing service provider
- How to upgrade big Magento site to v1.4 or higher version
- Some considerations about Zend Server
- Integration between Zend Studio and SVN
- Can Magento use Amazon S3?
Integration between Zend Studio and 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.








