Skip to content

Commit

Permalink
note about changing password in stackato.yml; other formatting edits
Browse files Browse the repository at this point in the history
  • Loading branch information
Sridhar Ratnakumar committed Sep 21, 2011
1 parent a942854 commit 8b83c1b
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -13,9 +13,15 @@ the Django admin URL at ``http://gtd.stackato.local/admin/``.


## Deploying to Stackato ## Deploying to Stackato


# Change the admin password in setup.sh to a non-default value First, change the admin password in ``stackato.yml`` to a non-default value:

vi stackato.yml # replace 'secret123' with your password

Then, push to the cloud:

stackato push -n stackato push -n
# Visit http://gtd.stackato.local/; go to /admin/ to add tasks, projects and contexts.
Visit http://gtd.stackato.local/ to see the list of tasks. Visit http://gtd.stackato.local/admin/ to modify tasks, projects and contexts.


## Want to use MySQL? ## Want to use MySQL?


Expand Down

0 comments on commit 8b83c1b

Please sign in to comment.