i'm having trouble finding solution, hoping can point me in right direction. have developed site locally eclipse, i've moved live server , want continue use eclipse make changes , edits.
are there plugins allow me develop eclipse on live server in similar way used on local machine?
thanks!
joe
are there plugins allow me develop eclipse on live server in similar way used on local machine?
thanks!
joe
short answer no, , should still development work on local machine. primary reason being prevent inadvertently bringing down production website. when develop extensions leg work , testing locally. once have tested particular code package , satisfied, deploy extension production environment.
this can simple manually zipping extension files , installing via production websites backend, or if you're wanting use more robust solution recommend phing. phing php extension of ant, allows deploy code way imaginable environment. i've written phing scripts zip extensions, automatically deploy (essentially copy) or both local wamp, development server via ssh2 or amazon ec2 production server using private key.
hope helps, links below helped me streamline development process.
http://docs.joomla.org/setting_up_your_ ... evelopment
http://docs.joomla.org/setting_up_your_ ... with_phing)
http://www.phing.info
this can simple manually zipping extension files , installing via production websites backend, or if you're wanting use more robust solution recommend phing. phing php extension of ant, allows deploy code way imaginable environment. i've written phing scripts zip extensions, automatically deploy (essentially copy) or both local wamp, development server via ssh2 or amazon ec2 production server using private key.
hope helps, links below helped me streamline development process.
http://docs.joomla.org/setting_up_your_ ... evelopment
http://docs.joomla.org/setting_up_your_ ... with_phing)
http://www.phing.info
Comments
Post a Comment