Skip to content

Commit

Permalink
Update DEPLOY.md
Browse files Browse the repository at this point in the history
The admin username and password have changed so I had to look them up in the config file.
  • Loading branch information
Norbert Schneider authored and Norbert Schneider committed Feb 8, 2013
1 parent 3ae40df commit 2285ee0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions DEPLOY.md
@@ -1,4 +1,3 @@

## Cloud Foundry
You'll need a [Cloud Foundry account](https://my.cloudfoundry.com/signup) and the [vmc gem](https://rubygems.org/gems/vmc) installed. Do you `vmc target <cloud foundry host>` and `vmc login`, and then this will get you up and running:

Expand Down Expand Up @@ -58,7 +57,7 @@ If successful you should get a response similar to:
S3_SECRET_ACCESS_KEY: xxxx
S3_BUCKET: bucket_name

Your app should be up and running now. The admin email by default is `admin@kandan.me` with password `kandanadmin`, or you can sign up as another user.
Your app should be up and running now. The default admin user is `Admin` with password `kandanappadmin`, or you can sign up as another user.

## dotCloud
Looking for community help here.
Expand Down Expand Up @@ -88,4 +87,4 @@ If you're looking to install Kandan on a private server, or to develop locally f
`bundle exec rake db:create db:migrate kandan:bootstrap`
`bundle exec thin start`



0 comments on commit 2285ee0

Please sign in to comment.