Currently i develop a joomla 1.7 component. Each time i want to test the component, make a zip from my component source folder and install it into my joomla system. After testing i uninstall the component, code some stuff and redo the process.

Is there a way to make it more easy?

link|improve this question

feedback

3 Answers

up vote 1 down vote accepted

if you don't want to zip then you can use Install Directory enter image description here

link|improve this answer
I am already doing it that way, but i do not want to click install every time i have changed something. Thanks anyway – Grrbrr404 Jan 9 at 12:11
Today i just tryed to install again without uninstalling it before ... What should i say it works well. I can live with one button press – Grrbrr404 Jan 14 at 8:01
feedback

You can get some detail from this doc. It includes some topics regarding development process.

link|improve this answer
I know this site, but have not found any useful yet. Thanks anyway – Grrbrr404 Jan 7 at 18:02
feedback

Since you are installing/uninstalling I assume that you are testing that part of your application. I would suggest using the method described by Doers above.

If you just want to create a working installer and focus on the core logic of your application you can give our Joomla Component Creator a spin. http://www.notwebdesign.com/joomla-component-creator/

link|improve this answer
1  
That thing is very cool stuff! Next time i will use it to save alot of time. But was not what i was looking for :) – Grrbrr404 Jan 14 at 8:00
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.