Forums / Developer / Any SDLC methodology inside EZ?
Eric luo
Tuesday 08 November 2005 12:11:01 am
Forgive me to ask this silly question. I try to find some documents about how to develop and test something like class contenton local machine and then deploy them to remote live site. it seems nowhere to mention this? Doese Ez has some enviornments like development, test or production? What's the current similar solution. Thanks.
Xavier Dutoit
Tuesday 08 November 2005 12:22:23 am
You can create a package containing the class (+some objects if you want) from the dev website and import it on the production website.
http://www.sydesy.com
Tuesday 08 November 2005 8:35:03 pm
Thanks.. I will try this out, is it any other approach? Like traditional way for software developing, check out the files, modify them and check them in..
Wednesday 09 November 2005 2:50:13 am
for the files (templates, images...), I use rsync over ssh.
You mentionned classes, that's stored in the database and the package is the easiest method IMO.
If you want to install a mirror of the dev database, just dump it, and copy it.
Don't forget the var of your siteaccess, it contains the files and images you've upload (clear the cache so you don't have to transfer it).
X+
Ćukasz Serwatka
Wednesday 09 November 2005 2:54:22 am
Also you can work directly on server via ftp ot sftp if you using tools like ZDE, Dreamweaver, Contribute.
Every time when you will save file, it will be transfered on server, but here it is good to disable cache on development time.
Look also on PHPEdit extension for eZ publish if you working on Windows platform.
http://ez.no/products/solutions/solutions_and_software/phpedit_extension_for_ez_publish
Personal website -> http://serwatka.net Blog (about eZ Publish) -> http://serwatka.net/blog