Hello all,
I would like to set-up a development test environment for doing some small hacks.
The last I've done by writing directly on the files on the server itself (local server, not a production one) was quite harsh.
If I understood correctly the development environment is based on Eclipse. However I didn't understood how to
- develop within eclipse and try the result on a fake server or eclipse limited server
- deploy the result.
Is there a small how-to or some hints to set-up the environment?
Thank you for your help.
CM.
Sorry, there is no technical document (not yet, we've been working on it, but it's far from being published)
dear Babynus,
wouldn't you have even a embryo of explanation for setting up the environment?
I understand that the connection in between the files is not documented yet, but if you have the possibility in few sentences to explain how to set-up the project within eclipse - I've already imported it, but I do not know what to do to "launch" nor "deploy" it.
I have also an xamp server set-up if this is needed.
Thank you for your help,
CM.
Hi,
There is no "launch" needed.
We are under PHP, not Java.
Just set your working directoring into the Apache web directory or define an alias pointing to your project directory and call the alias
Thank you!
This is working very well now!
So I'm ready to dive into some code trials 😛 now!