Updated Branches: refs/heads/4.0 828fa3389 -> a2aa0e237
Removed build instructions from README, because they are referenced in INSTALL Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/a2aa0e23 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/a2aa0e23 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/a2aa0e23 Branch: refs/heads/4.0 Commit: a2aa0e237daaa632e36f0e20ac74585f51c8b689 Parents: 828fa33 Author: Chip Childers <[email protected]> Authored: Wed Oct 10 00:14:41 2012 -0400 Committer: Chip Childers <[email protected]> Committed: Wed Oct 10 00:14:41 2012 -0400 ---------------------------------------------------------------------- README.md | 62 +------------------------------------------------------- 1 files changed, 1 insertions(+), 61 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/a2aa0e23/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 1443202..823a0ba 100644 --- a/README.md +++ b/README.md @@ -45,67 +45,7 @@ under the License. # Building CloudStack -By default, CloudStack will only build with supporting packages -that are appropved by the ASF as being compatible with the Apache -Software License Version 2. - -## Default build - -To build the default build target, use maven3 and execute: - -maven install - -## Including optional third party libraries in your build - -If you want to build this software against one of the optional -third party libraries, follow the instructions below: - -These third parties jars are non available in Maven central, and -need to be located and downloaded by the developer themselves. -The libraries to download are listed below, by the feature that -they support. - -For F5 load balancing support: -cloud-iControl.jar - -For Netscaler support: -cloud-netscaler.jar -cloud-netscaler-sdx.jar - -For NetApp Storage Support: -cloud-manageontap.jar - -For VMware Support: -vmware-vim.jar -vmware-vim25.jar -vmware-apputils.jar - -Once downloaded (and named the same as listed above), they can be -installed into your local maven repository with the following command: - -cd deps&&sh ./install-non-oss.sh - -To perform the build, run the following command: - -mvn -Dnonoss install - -## Running a developer environment - -To run the webapp client: - -mvn org.apache.tomcat.maven:tomcat7-maven-plugin:2.0-beta-1:run -pl :cloud-client-ui -am -Pclient - -Then hit: http://localhost:8080/cloud-client-ui/ - -or add in your ~/.m2/settings.xml - <pluginGroups> - <pluginGroup>org.apache.tomcat.maven</pluginGroup> - </pluginGroups> -and save your fingers with mvn tomcat7:run -pl :cloud-client-ui -am -Pclient - -Optionally add -Dnonoss to either of the commands above. - -If you want to use ide debug: replace mvn with mvnDebug and attach your ide debugger to port 8000 +See the INSTALL file. # Notice of Cryptographic Software
