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.

10 lines
722 B

  1. # virl-scheduler
  2. Setup instructions
  3. * make sure bower, composer and npm are available on command line
  4. * run **npm update** in virl-scheduler root directory (only if you want to test in devmodes, apache is enough otherwise)
  5. * run **bower update** in virl-scheduler root directory, afterwards verify **bower_components** directory was created
  6. * run **composer update** in virl-scheduler root directory, afterwards verify **vendor** directory was created
  7. * configure apache to use **virl-scheduler** and **index.html** as webroot (make sure rewrite engine is on and .htaccess files are parsed by apache)
  8. Change hostname for **VIRLRestangular factory** in **app/topologyManager.js** to your VIRL-API-Hostname or IP-Address.