Updated Branches:
refs/heads/master 724cd6868 -> 7de6992fa
Removed build instructions from README, because they are referenced in INSTALL
Conflicts:
README.md
Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
Commit:
http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/7de6992f
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/7de6992f
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/7de6992f
Branch: refs/heads/master
Commit: 7de6992fa2f54fd67717d0379d31e820e8811b93
Parents: 724cd68
Author: Chip Childers <[email protected]>
Authored: Wed Oct 10 00:14:41 2012 -0400
Committer: Chip Childers <[email protected]>
Committed: Wed Oct 10 00:15:58 2012 -0400
----------------------------------------------------------------------
README.md | 62 +-------------------------------------------------------
1 files changed, 1 insertions(+), 61 deletions(-)
----------------------------------------------------------------------
http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/7de6992f/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index d88091e..7b4d973 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:
-
-mvn 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