Dear all,
I normally develop on my pc several applications and then I deploy them to a folder. After that using Filezilla I copy it to server.
I wonder if it’s possible to understand how to make testing on server site and then use the local dev env. to edit application without everytime copy all the modified deployed environment.
I sometimes deploy only one or more (not all) applications and then copy only them to server.
I don’t know why sometime everything works fine and other time not ?
The _lib is very huge and copy it everytime take me quite half an hour each time.
Also declaring the db connection every time is boring and time consuming.
Please let me know wich is the best of breed approach to use
Thanks
Giovanni