phing
How to use ssh keys with Phing
When getting phing to use the SCP and SSH tasks, I currently have to enter my SSH password, but would like the tasks to use the key based authentication I have setup.[详细]
2023-04-13 05:48 分类:问答Phing - Deploy with FTP but only overwrite when size has changed
I开发者_高级运维 am using Phing and right now I am using this code to upload my files to FTP: <target name=\"ftp.upload\">[详细]
2023-04-12 19:10 分类:问答Phing - Installing and using with MAMP
I have successfully installed Phing but have a few questions.Right now, in order to use it I have to open up the Terminal and change directory to my /Applicati开发者_运维百科ons/MAMP/bin/php/php5.3.7/[详细]
2023-04-11 16:17 分类:问答Phing not loading .properties file
I have the following build.xml and build.properties files: build.xml <?xml version=\"1.0\" encoding=\"UTF-8\"?>[详细]
2023-04-11 05:29 分类:问答Propel 1.6, Phing, Windows 7 - How to set this up?
I am trying to get the \"propel-gen reverse\" command working, but just can\'t seem to get the setup right.[详细]
2023-04-11 00:52 分类:问答Phing - Pulling from Github Repository
I am trying to use Phing to call git and pull a remote private repository, but it\'s not working. Here is my code for Phing:[详细]
2023-04-10 18:07 分类:问答using phing to deploy different environments
We\'re using phing to deploy our php application and we got into a little issue with deploying our environments.[详细]
2023-04-10 00:31 分类:问答HttpRequestTask and https
Is it possible to perfo开发者_运维知识库rm request to https using http-request phing task? If no - what workaround could you propose? wget?Yes, you are not limited to HTTP only - HTTPS works fine.[详细]
2023-04-06 09:14 分类:问答Ant fails with liquibase path
I am trying to get phing to work nice with liquibase. But pPing gives this illustrous error (which I honestly can\'t find online)[详细]
2023-04-04 15:27 分类:问答how to exclude directories from a phing copy task
i have installed Phing 2.4.7.1 on Windows 7 and use the cygwin bash shell I created a Phing task to copy files to a local directory and compress files, but I try to exclude certain directories withou[详细]
2023-04-03 15:48 分类:问答