Skip to content

Commit

Permalink
replace image location to root of guide
Browse files Browse the repository at this point in the history
  • Loading branch information
uric committed Jul 25, 2012
1 parent 8aefb3f commit e9429ae
Show file tree
Hide file tree
Showing 349 changed files with 873 additions and 1,421 deletions.
2 changes: 1 addition & 1 deletion about_us.textile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ h2. What does this actually mean?


h2. To Learn a Bit More About Cloudify:
* Read the <a href="http://www.cloudifysource.org/guide/overview/cloudify_intro">Introduction to Cloudify</a>, in the Cloudify Documentation.
* Read the <a href="/guide/overview/cloudify_intro">Introduction to Cloudify</a>, in the Cloudify Documentation.
* Watch the Cloudify <a href="http://bit.ly/GUUntj">demo</a>.
* Visit GigaSpaces.com to <a href="http://bit.ly/GQs9Sx">learn more</a>.
* Or just dive right in by <a href="http://bit.ly/GPxxpN">forking the code on GitHub</a>.
Expand Down
163 changes: 0 additions & 163 deletions comingSoon.htm

This file was deleted.

2 changes: 1 addition & 1 deletion downloads/early_access.textile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ cat: User Guide
&nbsp;&nbsp;&nbsp; Enables recipes to specify which processes will be monitored for process metrics and process failures. <br/>&nbsp;&nbsp;&nbsp;&nbsp;Utility functions are provided to locate processes by names, as well as by a query language (SIGAR PTQL).</li><li>* We've added lots of WEB UI enhancements.</li></ul>
</h4>
<h3>Download the 2.1.1 M2 milestone release which is a milestone of Cloudify 2.1.1 Product Line</h3>
<a class="rmore-ea" target="_blank" href="/guide/release_notes/release_notes">Please read our Release Notes prior to using the early access version.</a>
<a class="rmore-ea" target="_blank" href="/guide/2.1/release_notes/release_notes">Please read our Release Notes prior to using the early access version.</a>
</li>
</ul>
<div class="clear"></div>
Expand Down
4 changes: 2 additions & 2 deletions downloads/get_cloudify.textile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ cat: User Guide
<div class="dwnListRight">
<h3>Download the Latest GA Release</h3>
<p>Get the latest Cloudify GA release - version 2.1.1!</p>
<a href="http://www.cloudifysource.org/thank_you.htm" class="dwnGoBtn" onclick="trigger_download();"></a>
<a href="/thank_you.htm" class="dwnGoBtn" onclick="trigger_download();"></a>
<a id="downloadme" target="_blank" href="http://repository.cloudifysource.org/org/cloudifysource/2.1.1/gigaspaces-cloudify-2.1.1-ga-b1400.zip" style="display: none;"></a>

</div>
Expand Down Expand Up @@ -49,7 +49,7 @@ cat: User Guide
<div class="clear"></div>
</li>

<li><h3>Downloading Cloudify indicates that you agree to the <a href="http://www.cloudifysource.org/cloudify_software_license_agreement">Cloudify Software License</a>.</h3></li>
<li><h3>Downloading Cloudify indicates that you agree to the <a href="/cloudify_software_license_agreement">Cloudify Software License</a>.</h3></li>
</ul>
<div class="clear"></div>
</div>
Expand Down
6 changes: 3 additions & 3 deletions guide/2.1/bootstrapping/bootstrapping_azure.textile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This topic provides instructions for bootstrapping Cloudify on Windows Azure.

h2. Prerequisites

Before you bootstrap your Windows Azure cloud, make sure that your environment meets all the minimum requirements. For more information, see "Bootstrapping Prerequisites":/guide/bootstrapping/bootstrapping_process#prereqs and "Configuring Azure":/guide/setup/configuring_azure.
Before you bootstrap your Windows Azure cloud, make sure that your environment meets all the minimum requirements. For more information, see "Bootstrapping Prerequisites":../bootstrapping/bootstrapping_process#prereqs and "Configuring Azure":../setup/configuring_azure.

h2. Bootstrapping

Expand All @@ -22,11 +22,11 @@ Bootstrapping on Windows Azure is a process where the Cloudify cloud driver on y

Currently, each application is deployed with its own Cloudify controller installation.

Bootstrapping the Windows Azure cloud is extremely simple, just follow the "bootstrapping":/guide/bootstrapping/bootstrapping_process#boot procedure, typing the following command in step 2: "*@azure:bootstrap-app@*":https://gist.github.com/1695721.
Bootstrapping the Windows Azure cloud is extremely simple, just follow the "bootstrapping":../bootstrapping/bootstrapping_process#boot procedure, typing the following command in step 2: "*@azure:bootstrap-app@*":https://gist.github.com/1695721.

The following example shows the command for bootstrapping the Cloudify controller and the Cloudify agents for the travel application (tomcat and cassandra roles): *@azure:bootstrap-app@* @-azure-pwd 123456 -azure-svc mytraveldemo c:/cloudify/examples/azure/travel@. Once the bootstrapping is completed, the Windows Azure management portal displays the roles in the *Hosted Services* view.

!/guide/2.1/images/azure/azure_after_bootstrap.png!
!../../images/azure/azure_after_bootstrap.png!

h2(#tear). Teardown

Expand Down
4 changes: 2 additions & 2 deletions guide/2.1/bootstrapping/bootstrapping_byon.textile
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ This topic provides instructions for bootstrapping Cloudify on a BYON cloud.

h2. Prerequisites

Before you bootstrap your BYON cloud, make sure that your environment meets all the minimum requirements. For more information, see "Bootstrapping Prerequisites":/guide/bootstrapping/bootstrapping_process#prereqs and "Configuring BYON":/guide/setup/configuring_byon.
Before you bootstrap your BYON cloud, make sure that your environment meets all the minimum requirements. For more information, see "Bootstrapping Prerequisites":../bootstrapping/bootstrapping_process#prereqs and "Configuring BYON":../setup/configuring_byon.

h2. Bootstrapping

Bootstrapping a BYON cloud is extremely simple, just follow the "bootstrapping":/guide/bootstrapping/bootstrapping_process#boot procedure, typing the following command in step 2: *@bootstrap-cloud@* @byon@
Bootstrapping a BYON cloud is extremely simple, just follow the "bootstrapping":../bootstrapping/bootstrapping_process#boot procedure, typing the following command in step 2: *@bootstrap-cloud@* @byon@

h2(#tear). Teardown

Expand Down
4 changes: 2 additions & 2 deletions guide/2.1/bootstrapping/bootstrapping_ec2.textile
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ This topic provides instructions for bootstrapping Cloudify on Amazon EC2.

h2. Prerequisites

Before you bootstrap your Amazon EC2 cloud, make sure that your environment meets all the minimum requirements. For more information, see "Bootstrapping Prerequisites":/guide/bootstrapping/bootstrapping_process#prereqs and "Configuring EC2":/guide/setup/configuring_ec2.
Before you bootstrap your Amazon EC2 cloud, make sure that your environment meets all the minimum requirements. For more information, see "Bootstrapping Prerequisites":../bootstrapping/bootstrapping_process#prereqs and "Configuring EC2":../setup/configuring_ec2.

h2. Bootstrapping

Bootstrapping the Amazon EC2 cloud is extremely simple, just follow the "bootstrapping":/guide/bootstrapping/bootstrapping_process#boot procedure, typing the following command in step 2: *@bootstrap-cloud@* @ec2@
Bootstrapping the Amazon EC2 cloud is extremely simple, just follow the "bootstrapping":../bootstrapping/bootstrapping_process#boot procedure, typing the following command in step 2: *@bootstrap-cloud@* @ec2@

h2(#tear). Teardown

Expand Down
4 changes: 2 additions & 2 deletions guide/2.1/bootstrapping/bootstrapping_hp.textile
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ This topic provides instructions for bootstrapping Cloudify on HP OpenStack Clou

h2. Prerequisites

Before you bootstrap your HP OpenStack Cloud, make sure that your environment meets all the minimum requirements. For more information, see "Bootstrapping Prerequisites":/guide/bootstrapping/bootstrapping_process#prereqs and "Configuring OpenStack":/guide/setup/configuring_openstack.
Before you bootstrap your HP OpenStack Cloud, make sure that your environment meets all the minimum requirements. For more information, see "Bootstrapping Prerequisites":../bootstrapping/bootstrapping_process#prereqs and "Configuring OpenStack":../setup/configuring_openstack.

h2. Bootstrapping

Bootstrapping HP OpenStack Cloud is extremely simple, just follow the "bootstrapping":/guide/bootstrapping/bootstrapping_process#boot procedure, typing the following command in step 2: *@bootstrap-cloud@* @openstack@
Bootstrapping HP OpenStack Cloud is extremely simple, just follow the "bootstrapping":../bootstrapping/bootstrapping_process#boot procedure, typing the following command in step 2: *@bootstrap-cloud@* @openstack@

h2(#tear). Teardown

Expand Down
4 changes: 2 additions & 2 deletions guide/2.1/bootstrapping/bootstrapping_localcloud.textile
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ A local cloud is a full-fledged cloud emulation environment that allows the user

h2. Prerequisites

Before you bootstrap your local cloud, make sure that your environment meets all the minimum requirements. For more information, see "Bootstrapping Prerequisites":/guide/bootstrapping/bootstrapping_process#prereqs.
Before you bootstrap your local cloud, make sure that your environment meets all the minimum requirements. For more information, see "Bootstrapping Prerequisites":../bootstrapping/bootstrapping_process#prereqs.

h2. Bootstrapping

Bootstrapping the local cloud is extremely simple, just follow the "bootstrapping":/guide/bootstrapping/bootstrapping_process#boot procedure, typing the following command in step 2: *@bootstrap-localcloud@*
Bootstrapping the local cloud is extremely simple, just follow the "bootstrapping":../bootstrapping/bootstrapping_process#boot procedure, typing the following command in step 2: *@bootstrap-localcloud@*

h4(warn). If you exit the shell, the local cloud is not teared down and it will continue running until your explicitly "teardown":#tear the local cloud. If this happens, to teardown the cloud, start the Cloudify shell, and then at the prompt, type *@connect@* @localhost@. This will reconnect the shell to the local cloud environment.

Expand Down
Loading

0 comments on commit e9429ae

Please sign in to comment.