OSCON – Day -1 Getting Started

All kinds of checked into the hotel room. Speaker badge acquired, and scoped out the presentation room for tomorrow. If you haven’t already and are going to be here, you can download all of the materials here.

If your hote wifi sucks, we’ll have all of this on USB keys

https://i0.wp.com/pbs.twimg.com/media/Bs8YFXjCcAAecK5.jpg?w=640&ssl=1

https://i0.wp.com/pbs.twimg.com/media/Bs8Ui_YCEAA3JN7.jpg?w=640&ssl=1

https://i0.wp.com/pbs.twimg.com/media/Bs8MtJzCAAEMT2f.jpg?w=640&ssl=1

Other Day 1 Tidbits – Pivotal Yak Hoodie

The Yak hoodie instructions are teh broke. That said, @eglute helped me get it going. If the instructions on the paper don’t work for you, download the cf client here & try this:

$ cf target api.run.pivotal.io
FAILED
Incorrect Usage.

NAME:
   target - Set or view the targeted org or space

ALIAS:
   t

USAGE:
   cf target [-o ORG] [-s SPACE]

OPTIONS:
   -o   organization
   -s   space

$ cf login

API endpoint> api.run.pivotal.io

Also, after bundle install, cf push fails w/o a name.

$ cf push
FAILED
Error: App name is a required field

$ cf push lolpancakes

...snip...

App started

Showing health and status for app lolpancakes in org bunchc-org / space development as bunchc@gmail.com...
OK

requested state: started
instances: 1/1
usage: 1G x 1 instances
urls: lolpancakes.cfapps.io

     state     since                    cpu    memory        disk
#0   running   2014-07-19 05:41:16 PM   0.0%   22.8M of 1G   45.6M of 1G

Finally!

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.