Change default path in tools and documentation

refs #4926
This commit is contained in:
Marius Hein 2013-10-22 11:56:36 +02:00
parent 8b419e15c4
commit 7c6355613f
3 changed files with 8 additions and 2 deletions

View File

@ -309,6 +309,12 @@ exec { 'install npm/should':
require => Exec['install nodejs']
}
exec { 'install npm/URIjs':
command => 'npm install -g URIjs',
creates => '/usr/lib/node_modules/URIjs',
require => Exec['install nodejs']
}
exec { 'install ZendFramework':
command => 'yum -d 0 -e 0 -y --enablerepo=epel install php-ZendFramework',
unless => 'rpm -qa | grep php-ZendFramework',

View File

@ -21,7 +21,7 @@ have to do is install Vagrant and run:
> you'll download a plain CentOS base box and Vagrant will automatically
> provision the environment on the first go.
After you should be able to browse [localhost:8080/icinga2-web](http://localhost:8080/icinga2-web).
After you should be able to browse [localhost:8080/icingaweb](http://localhost:8080/icingaweb).
### Environment

View File

@ -15,7 +15,7 @@ CASPERJS_HOST="localhost"
CASPERJS_PORT=80
CASPERJS_USER="jdoe"
CASPERJS_PASS="password"
CASPERJS_PATH="icinga2-web"
CASPERJS_PATH="icingaweb"
if [ ! -x $CASPER ]; then
echo "CasperJS is not installed but required to run frontend tests\n"\