/palladio-standalone

Demonstration app for Palladio components

Primary LanguageHTML

To run the standalone demo locally, first install dependencies, then run a local web server from this directory

bower install
python -m SimpleHTTPServer

To run on the latest version of main Palladio framework for testing purposes, first clone the main Palladio framework repository, then in that repository set up a bower link, then link this application to your local version of the Palladio framework:

cd palladio
bower link
cd ../palladio-standalone
bower link Palladio palladio
python -m SimpleHTTPServer