Skip to content

Commit

Permalink
Add clarifying warnings and notes
Browse files Browse the repository at this point in the history
  • Loading branch information
garlovel committed Dec 1, 2012
1 parent 792e94e commit c1535c8
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 2 deletions.
5 changes: 5 additions & 0 deletions 01_gmail.rst
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,11 @@ Then fill out the **GMail Signup** form as follows:
|**I agree to the Google . . .** | Check this box |
+--------------------------------+------------------------------------+

.. warning:: An account application with a birth year of 1999 or later will be
rejected. Even worse, when using Google's Chrome browser, you will have to
switch to a different browser such as Firefox to enter an application once a
rejection occurs.

Click button :guilabel:`Next step` to complete the form. You will see your
profile page display. Again, click button :guilabel:`Next step` to continue.
A welcome page will display, showing that your new account is ready.
Expand Down
4 changes: 3 additions & 1 deletion 03_heroku.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@
+ Look for the message, "Confirm your account on Heroku"
+ Click the signup link to complete the Heroku signup

.. image:: _images/03_heroku-2.png
.. note:: A sample email is displayed here:

.. image:: _images/03_heroku-2.png

+ The email link will take you to the Heroku Confirmation page
+ Enter your development password and confirm it
Expand Down
4 changes: 3 additions & 1 deletion 04_cloud9.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ Sign up for free Cloud9 developer workspace.
+ In your Gmail, read :guilabel:`Welcome to Cloud9! Please activate your account!`
+ Click the link to activate your account

.. image:: _images/04_cloud9-4.png
.. note:: Here is a smaple confirmation email:

.. image:: _images/04_cloud9-4.png

+ In the resulting webpage, enter your developer password and confirm it

Expand Down
4 changes: 4 additions & 0 deletions 09_use-heroku.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,17 @@ Heroku provides a free web application deployment services, integrated with
the Cloud9 development environment through Git and GitHub. Following is a
brief outline for configuring and deploying a project on Heroku.

Create Heroku Server Instance
=============================

Add Heroku Server to Project
=============================

+ Open a project in Cloud9
+ In the Cloud9 Project, choose :menuselection:`View --> Console` from the menu
+ At the console command line, type::
c9pm install heroku
git remote add heroku [email protected]:__heroku-server__.git
where ``__heroku-server__`` is replaced with your heroku server name
Expand Down

0 comments on commit c1535c8

Please sign in to comment.