Using Apache ANT to deploy web applications?

I just managed to run Apache ANT on my computer. The command ant -versiondisplays the version number, verifying that the installation was successful.

I read that ANT is well suited for handling deployment of web applications, including PHP projects, and took some time to get it working, but I just can't figure out how to configure it to synchronize my files with my web server.

How to make ANT sync folderAwith folderB?

thank

+3
source share
3 answers

, (), Ant ( local). script, rsync Ant. . VCS .

Phing Ant. Ant PHP. FileSync. ( PHP) PHP.

. PHP .

+6

I was looking to do the same and just stumbled upon this article on how to deploy using ant, maybe this will give you another way: Deploying with Ant

0
source

Source: https://habr.com/ru/post/1775870/


All Articles