0

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?

yety
  • 701
  • 2
  • 16
  • 26

1 Answers1

1

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

phpUnderControl/bin/phpuc.php install /path/to/cruisecontrol
Ben
  • 1,435
  • 3
  • 10
  • 10