File | Date | Author | Commit |
---|---|---|---|
conf | 2015-01-22 |
![]() |
[dffce9] Initial commit.. |
distribution | 2015-01-22 |
![]() |
[dffce9] Initial commit.. |
documentation | 2015-01-22 |
![]() |
[dffce9] Initial commit.. |
experiments | 2015-01-22 |
![]() |
[dffce9] Initial commit.. |
modules | 2015-02-26 |
![]() |
[c72e85] Software-Designed Systems Interfaces. |
LICENSE | 2015-01-22 |
![]() |
[dffce9] Initial commit.. |
README.md | 2015-01-23 |
![]() |
[6f5630] Updating the link |
SDS 2015 Author Copy.pdf | 2015-01-22 |
![]() |
[57d4f3] Adding the SDS 2015 Paper. |
pom.xml | 2015-02-26 |
![]() |
[c72e85] Software-Designed Systems Interfaces. |
Welcome to the wiki of SoftDeco!
Please visit the website to learn more - https://sourceforge.net/projects/softdeco/
SoftDeco is a platform for Software-Defined Cloud Orchestration: An Integrated Architecture and Deployment Process.
To build using maven:
mvn clean install
skipping the tests:
$ mvn clean install -Dmaven.skip.test=true
To skip executing the tests:
$ mvn clean install -DskipTests
$ tar -xzvf distribution/target/xsdn-1.0-SNAPSHOT.tar.gz
$ mv xsdn-1.0-SNAPSHOT/jars/xsdn-1.0-SNAPSHOT.jar .
Respective Executors are found in the package, "main".
Make sure to include conf/log4j2-test.xml into your class path to be able to configure and view the logs. Default log level is [WARN].
This project depends on the below major projects.