0

So far I only know about Capifony, but it's mostly for Symfony.

All I need is a script to run tests, check version, package some files, send them to a server, and run some commands there.

I have heard about continuous integrations, but it looks complicated and I'm not sure that's what I need.

Any advice will be appreciated.

4 Answers 4

1

You can try Capistrano

Despite the fact that this tool for Ruby projects, it can be used for projects in PHP.

Sign up to request clarification or add additional context in comments.

Comments

1

You should look at r-sync, this is what we use in my company.
You can look here fo some description : http://en.wikipedia.org/wiki/Rsync

Comments

0

If you have shell access on the server, scp in batch mode might be helpful.

Comments

0

For just deploying, (not running tests) you could use a source control system. At my company, we simply check all tested and working code into a prod branch, then log in to our production account and sv update that application. (We're currently using subversion for source control)

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.