Cloudstack Source code
Go to file
Chip Childers 0f0c08373f Added XenServerJava BSD licensing information to the whisker descriptor and output LICENSE files. 2012-08-29 16:33:47 -04:00
agent versions defined in parent pom 2012-08-27 21:54:27 +02:00
agent-simulator Remove @author tag from non third-party source files in agent-simulator, cloud-cli, test, ui and utils folder 2012-08-13 15:30:42 +08:00
api CS-14770. ec2-run-instances and ec2-describe-instances don't return keypair information. Component: AWSAPI. 2012-08-28 13:52:42 -07:00
awsapi Merge branch 'maven-final' of git://github.com/ibuildthecloud/incubator-cloudstack 2012-08-28 23:30:57 +02:00
awsapi-setup License header update for awsapi-setup 2012-08-01 10:30:45 -04:00
build Make inclusion of cloud-vmware.jar in systemvm.iso conditional 2012-08-24 16:03:22 +02:00
client cloudstack 3.0 UI - check in translated labels for VPC widget (Reviewed-by: Brian) 2012-08-29 10:58:55 -07:00
cloud-cli Remove @author tag from non third-party source files in agent-simulator, cloud-cli, test, ui and utils folder 2012-08-13 15:30:42 +08:00
console-proxy Include some missing resources in the jars 2012-08-28 08:59:20 -07:00
core remove intermediate parent poms 2012-08-27 16:43:24 +02:00
debian debian: Protect agent and management configuration from being overwritten 2012-08-21 14:57:26 +02:00
deps Patch from Devdeep Singh: Applies the fixes/customization's that had been made to Xenserver java sdk source for CS 2012-08-29 15:57:17 -04:00
docs docs: Add more Hypervisor and Management installation 2012-08-24 16:44:53 +02:00
ovm Merge branch 'master' into vpc 2012-07-06 12:04:10 -07:00
patches bug CS-15942: Fixes port forwarding issue for redundant routers 2012-08-28 12:11:55 +05:30
plugins fix http://bugs.cloud.com/show_bug.cgi?id=14775, it happened when untagged network created on tagged vlan 2012-08-29 09:46:44 -07:00
python Fixing license headers in the python folder 2012-08-20 11:23:41 -04:00
scripts bug CS-16172 2012-08-24 16:13:29 -07:00
server CS-13594: Download template is unable to handle multiple SSVMs per zone 2012-08-29 15:25:00 +05:30
setup Add a limit statement to the subquery 2012-08-27 09:14:38 +02:00
test Remove @author tag from non third-party source files in agent-simulator, cloud-cli, test, ui and utils folder 2012-08-13 15:30:42 +08:00
tools Added XenServerJava BSD licensing information to the whisker descriptor and output LICENSE files. 2012-08-29 16:33:47 -04:00
ui cloudstack 3.0 UI - VPC - localize Configure VPC Chart (Reviewed-by: Brian) 2012-08-29 13:29:44 -07:00
usage remove intermediate parent poms 2012-08-27 16:43:24 +02:00
utils Add ability to do jetty:run in eclipse 2012-08-28 09:16:44 -07:00
vmware-base remove intermediate parent poms 2012-08-27 16:43:24 +02:00
.gitignore Added tools/devcloud/devcloudbox/.vagrant to .gitignore 2012-08-22 16:33:36 -04:00
DISCLAIMER Adding DISCLAIMER, LICENSE and NOTICE files (incomplete) 2012-08-07 14:52:03 -04:00
INSTALL.txt Switch to Apache license 2012-04-03 04:50:05 -07:00
KEYS adding my code signing key to KEYS 2012-08-08 20:59:39 -04:00
LICENSE Added XenServerJava BSD licensing information to the whisker descriptor and output LICENSE files. 2012-08-29 16:33:47 -04:00
NOTICE Added a more licensing info. 2012-08-21 13:34:20 -04:00
README.html License header updates for misc files 2012-08-03 14:51:41 -04:00
README.md add note on using ide debugger with tomcat7:run 2012-08-29 18:55:25 +02:00
build.xml Corrected license header for build.xml 2012-08-01 11:43:19 -04:00
cloud.spec Small fix to add these files to the rpm, this was breaking the waf rpm build (ported from 4.0 branch) 2012-08-20 14:13:25 +02:00
configure-info.in License header updates for misc files 2012-08-03 14:51:41 -04:00
pom.xml use tomcat maven plugin 2.0-SNAPSHOT as it has fixed an issue needed here 2012-08-29 18:51:17 +02:00
version-info.in License header updates for the top level folder 2012-08-03 14:33:32 -04:00
waf Source code committed 2010-08-11 09:13:29 -07:00
waf.bat License header updates for the top level folder 2012-08-03 14:33:32 -04:00
wscript Update RPM build for 4.0 2012-08-16 14:48:28 -07:00
wscript_build License header updates for the top level folder 2012-08-03 14:33:32 -04:00
wscript_configure License header updates for the top level folder 2012-08-03 14:33:32 -04:00

README.md

License

Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Apache CloudStack

Apache CloudStack is a massively scalable free/libre open source Infrastructure as a Service cloud platform.

Visit us at cloudstack.org or join #cloudstack on irc.freenode.net

Binary Downloads

Downloads are available from: http://cloudstack.org/download.html

Supported Hypervisors

  • XenServer
  • KVM
  • VMware ESX/ESXi (via vCenter)
  • Oracle VM
  • XCP

Mailing lists

Development Mailing List Users Mailing list Commits mailing list

#Maven build Some third parties jars are non available in Maven central. So install it with: cd deps&&sh ./install-non-oss.sh Now you are able to activate nonoss build with adding -Dnonoss to maven cli.

to run webapp client: mvn org.apache.tomcat.maven:tomcat7-maven-plugin:2.0-beta-1:run -pl :cloud-client-ui -am -Pclient -Dnonoss then hit: http://localhost:8080/cloud-client-ui/ or add in your ~/.m2/settings.xml org.apache.tomcat.maven and save your fingers with mvn tomcat7:run -pl :cloud-client-ui -am -Pclient -Dnonoss

If you want to use ide debug: replace mvn with mvnDebug and attach your ide debugger to port 8000