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
|
8 years ago | |
---|---|---|
api | 8 years ago | |
app | 8 years ago | |
css | 8 years ago | |
fonts | 8 years ago | |
js | 8 years ago | |
partials | 8 years ago | |
.gitignore | 8 years ago | |
README.md | 8 years ago | |
bower.json | 8 years ago | |
composer.json | 8 years ago | |
composer.lock | 8 years ago | |
index.html | 8 years ago | |
package.json | 8 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.