Question

I have downloaded last release of CruiseControl and phpUnderControl now I need to "connect them" how its given here http://phpundercontrol.org/documentation/installation.html

But When I enter

phpUnderControl/bin/phpuc(.php|.bat) install /path/to/cruisecontrol

I receive this answer from my terminal -bash: syntax error near unexpected token `.php'

Have you any idea how to fix it?

Was it helpful?

Solution

.bat is only required on Windows. You should use something like this:

phpUnderControl/bin/phpuc.php install /path/to/cruisecontrol
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top