mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
Fix top level files to use new git repo, url and MLs
Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
This commit is contained in:
parent
ccba1c728c
commit
d13b15d4a2
2
CHANGES
2
CHANGES
@ -1,7 +1,7 @@
|
|||||||
Apache CloudStack (Incubating) CHANGES
|
Apache CloudStack (Incubating) CHANGES
|
||||||
======================================
|
======================================
|
||||||
|
|
||||||
Full release notes for each release are located in the project's documentation website: http://incubator.apache.org/cloudstack/docs
|
Full release notes for each release are located in the project's documentation website: http://cloudstack.apache.org/docs
|
||||||
|
|
||||||
Version 4.0.0-incubating
|
Version 4.0.0-incubating
|
||||||
------------------------
|
------------------------
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
This document describes how to develop, build, package and install Apache CloudStack
|
This document describes how to develop, build, package and install Apache CloudStack
|
||||||
(Incubating). For more information please refer to the project's website:
|
(Incubating). For more information please refer to the project's website:
|
||||||
|
|
||||||
http://incubator.apache.org/cloudstack
|
http://cloudstack.apache.org
|
||||||
|
|
||||||
Apache CloudStack developers use various platforms for development, this guide
|
Apache CloudStack developers use various platforms for development, this guide
|
||||||
was tested against a CentOS 6.2 x86_64 setup.
|
was tested against a CentOS 6.2 x86_64 setup.
|
||||||
@ -77,7 +77,7 @@ Start the MySQL service:
|
|||||||
|
|
||||||
You may get the source code from the repository hosted on Apache:
|
You may get the source code from the repository hosted on Apache:
|
||||||
|
|
||||||
$ git clone https://git-wip-us.apache.org/repos/asf/incubator-cloudstack.git
|
$ git clone https://git-wip-us.apache.org/repos/asf/cloudstack.git
|
||||||
|
|
||||||
Or, you may fork a repository from the official Apache CloudStack mirror by
|
Or, you may fork a repository from the official Apache CloudStack mirror by
|
||||||
Apache on [Github](https://github.com/apache/incubator-cloudstack)
|
Apache on [Github](https://github.com/apache/incubator-cloudstack)
|
||||||
|
|||||||
10
README.md
10
README.md
@ -17,12 +17,14 @@ Apache CloudStack offers three methods for managing cloud
|
|||||||
computing environments: an easy to use Web interface, command
|
computing environments: an easy to use Web interface, command
|
||||||
line tools, and a full-featured RESTful API.
|
line tools, and a full-featured RESTful API.
|
||||||
|
|
||||||
Visit us at [cloudstack.org](http://incubator.apache.org/cloudstack).
|
Visit us at [Apache CloudStack](http://cloudstack.apache.org).
|
||||||
|
|
||||||
## Mailing lists
|
## Mailing lists
|
||||||
[Development Mailing List](mailto:cloudstack-dev-subscribe@incubator.apache.org)
|
[Development Mailing List](mailto:dev-subscribe@cloudstack.apache.org)
|
||||||
[Users Mailing list](mailto:cloudstack-users-subscribe@incubator.apache.org)
|
[Users Mailing List](mailto:users-subscribe@cloudstack.apache.org)
|
||||||
[Commits mailing list](mailto:cloudstack-commits-subscribe@incubator.apache.org)
|
[Commits Mailing List](mailto:commits-subscribe@cloudstack.apache.org)
|
||||||
|
[Issues Mailing List](mailto:issues-subscribe@cloudstack.apache.org)
|
||||||
|
[Marketing Mailing List](mailto:marketing-subscribe@cloudstack.apache.org)
|
||||||
|
|
||||||
# License
|
# License
|
||||||
|
|
||||||
|
|||||||
@ -61,7 +61,7 @@ Once installed per the Vagrant installation process, run:
|
|||||||
$ vagrant box add devcloud [path to devcloud.box]
|
$ vagrant box add devcloud [path to devcloud.box]
|
||||||
|
|
||||||
Then, either go into the devcloudbox folder of your checked out version of the
|
Then, either go into the devcloudbox folder of your checked out version of the
|
||||||
CloudStack code (incubator-cloudstack/tools/devcloud/devcloudbox), or copy the
|
CloudStack code (cloudstack/tools/devcloud/devcloudbox), or copy the
|
||||||
contents of that folder to another location.
|
contents of that folder to another location.
|
||||||
|
|
||||||
Assuming the patched Vagrant installation is working, you then
|
Assuming the patched Vagrant installation is working, you then
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user