You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
anxietypb fde94f3d82 GER->ENG; better error messages, README update 7 years ago
api GER->ENG; better error messages, README update 7 years ago
app GER->ENG; better error messages, README update 7 years ago
css Paket-Verwaltung; Alert-Z-Index behoben 7 years ago
fonts Initial commit 7 years ago
js Initial commit 7 years ago
partials GER->ENG; better error messages, README update 7 years ago
.gitignore GER->ENG; better error messages, README update 7 years ago
README.md GER->ENG; better error messages, README update 7 years ago
bower.json Paket-Verwaltung; Alert-Z-Index behoben 7 years ago
composer.json Initial commit 7 years ago
composer.lock GER->ENG; better error messages, README update 7 years ago
index.html Paket-Verwaltung; Alert-Z-Index behoben 7 years ago
package.json Paket-Verwaltung; Alert-Z-Index behoben 7 years ago

README.md

virl-scheduler

Setup instructions

  • make sure bower, composer and npm are available on command line
  • run npm update in virl-scheduler root directory (only if you want to test in devmodes, apache is enough otherwise)
  • run bower update in virl-scheduler root directory, afterwards verify bower_components directory was created
  • run composer update in virl-scheduler root directory, afterwards verify vendor directory was created
  • configure apache to use virl-scheduler and index.html as webroot (make sure rewrite engine is on and .htaccess files are parsed by apache)

Change hostname for VIRLRestangular factory in app/topologyManager.js to your VIRL-API-Hostname or IP-Address.