Skip to content
This repository has been archived by the owner on Sep 23, 2020. It is now read-only.

Commit

Permalink
Update to new Phantom URL
Browse files Browse the repository at this point in the history
  • Loading branch information
oldpatricka committed Feb 14, 2013
1 parent 1397820 commit a152394
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion phantom/index.rst
Expand Up @@ -17,7 +17,7 @@ VMs that are running on the many clouds of FutureGrid as well as EC2.
.. toctree::
:maxdepth: 1

Phantom <https://svc.uc.futuregrid.org:8440/>
Phantom <https://phantom.nimbusproject.org/>
Phantom Quickstart <webapp>
Phantom Advanced Documentation <advanced>
Phantom FAQ <faq>
Expand Down
4 changes: 2 additions & 2 deletions phantom/scripting.rst
Expand Up @@ -20,13 +20,13 @@ entries::
vws.repository.s3key=<secret key>

You will also need to know the URL of the Phantom Autoscale API service. It is:
https://svc.uc.futuregrid.org:8445.
https://phantom.nimbusproject.org:8445.

For convenience store those values in the following environment variables::

export EC2_ACCESS_KEY=<access key>
export EC2_SECRET_KEY=<secret key>
export PHANTOM_URL=https://svc.uc.futuregrid.org:8445
export PHANTOM_URL=https://phantom.nimbusproject.org:8445

Installing boto
==============
Expand Down
14 changes: 7 additions & 7 deletions phantom/webapp.rst
Expand Up @@ -3,7 +3,7 @@ Phantom Quickstart
==================

The best way to get familiar with Phantom is to
`try it out <https://svc.uc.futuregrid.org:8440/phantom>`_.
`try it out <https://phantom.nimbusproject.org/>`_.

* `Getting Access`_
* `Login`_
Expand Down Expand Up @@ -34,7 +34,7 @@ your account will be created and you can use this account to test Phantom.
If you find Phantom useful, you can create your own FutureGrid project,
which you can use for any project you like.

Once you have set up your account, log on to `Phantom <https://svc.uc.futuregrid.org:8440/>`_.
Once you have set up your account, log on to `Phantom <https://phantom.nimbusproject.org/>`_.

Login
=====
Expand All @@ -46,7 +46,7 @@ You will first be presented with a login screen:
:width: 502

If you have forgotten your account information you can click on the
`Forgot Password <https://svc.uc.futuregrid.org:8440/accounts/reset_password/>`_
`Forgot Password <https://phantom.nimbusproject.org/accounts/reset_password/>`_
link. After logging in you will see the home page:

.. image:: images/phantom_home.png
Expand All @@ -63,7 +63,7 @@ your Phantom password here, and more importantly, you can set up your credential
with each cloud you use.

To set up your cloud credentials,
go to your `Profile <https://svc.uc.futuregrid.org:8440/phantom/profile>`_
go to your `Profile <https://phantom.nimbusproject.org/phantom/profile>`_
page and add your cloud credentials for each cloud you intend to use:

.. image:: images/phantom_profile.png
Expand All @@ -76,7 +76,7 @@ you can add your credentials:
Adding EC2 Credentials
----------------------

1. Visit your `profile <https://svc.uc.futuregrid.org:8440/phantom/profile#cloud-credentials>`_
1. Visit your `profile <https://phantom.nimbusproject.org/phantom/profile#cloud-credentials>`_
2. Select the EC2 cloud
3. Add your access key
4. Add your secret key
Expand All @@ -96,7 +96,7 @@ which clouds. You will provide an ordering for the list of clouds to start VMs
on.

Go to the
`Launch Configurations <https://svc.uc.futuregrid.org:8440/phantom/launchconfig>`_
`Launch Configurations <https://phantom.nimbusproject.org/phantom/launchconfig>`_
page:

.. image:: images/phantom_lc.png
Expand Down Expand Up @@ -145,7 +145,7 @@ Now that you have set up your credentials and created a launch configuration,
you can launch and manage domains that will launch and monitor VMs for you.

To launch a new domain, go to the
`domains <https://svc.uc.futuregrid.org:8440/phantom/domain>`_
`domains <https://phantom.nimbusproject.org/phantom/domain>`_
page:

.. image:: images/phantom_domain.png
Expand Down

0 comments on commit a152394

Please sign in to comment.