mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-28 00:04:04 +02:00
parent
8b419e15c4
commit
7c6355613f
@ -309,6 +309,12 @@ exec { 'install npm/should':
|
|||||||
require => Exec['install nodejs']
|
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':
|
exec { 'install ZendFramework':
|
||||||
command => 'yum -d 0 -e 0 -y --enablerepo=epel install php-ZendFramework',
|
command => 'yum -d 0 -e 0 -y --enablerepo=epel install php-ZendFramework',
|
||||||
unless => 'rpm -qa | grep php-ZendFramework',
|
unless => 'rpm -qa | grep php-ZendFramework',
|
||||||
|
@ -21,7 +21,7 @@ have to do is install Vagrant and run:
|
|||||||
> you'll download a plain CentOS base box and Vagrant will automatically
|
> you'll download a plain CentOS base box and Vagrant will automatically
|
||||||
> provision the environment on the first go.
|
> 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
|
### Environment
|
||||||
|
|
||||||
|
@ -15,7 +15,7 @@ CASPERJS_HOST="localhost"
|
|||||||
CASPERJS_PORT=80
|
CASPERJS_PORT=80
|
||||||
CASPERJS_USER="jdoe"
|
CASPERJS_USER="jdoe"
|
||||||
CASPERJS_PASS="password"
|
CASPERJS_PASS="password"
|
||||||
CASPERJS_PATH="icinga2-web"
|
CASPERJS_PATH="icingaweb"
|
||||||
|
|
||||||
if [ ! -x $CASPER ]; then
|
if [ ! -x $CASPER ]; then
|
||||||
echo "CasperJS is not installed but required to run frontend tests\n"\
|
echo "CasperJS is not installed but required to run frontend tests\n"\
|
||||||
|
Loading…
x
Reference in New Issue
Block a user