Skip to content

Instantly share code, notes, and snippets.

@clement360
Created June 22, 2015 15:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save clement360/f72354d9f9bad9a0ef24 to your computer and use it in GitHub Desktop.
Save clement360/f72354d9f9bad9a0ef24 to your computer and use it in GitHub Desktop.
➜ laravelTester2 cf push
Using manifest file /Users/Pair5/go/src/github.com/ibmjstart/laravelTester2/manifest.yml
Updating app laravelTester in org jstart / space MFCdev as mfclemen@us.ibm.com...
OK
Using route laraveltester.mybluemix.net
Uploading laravelTester...
Uploading app files from: /Users/Pair5/go/src/github.com/ibmjstart/laravelTester2
Uploading 19.1K, 14 files
Done uploading
OK
Stopping app laravelTester in org jstart / space MFCdev as mfclemen@us.ibm.com...
OK
Starting app laravelTester in org jstart / space MFCdev as mfclemen@us.ibm.com...
-----> Downloaded app package (20K)
-----> Downloaded app buildpack cache (61M)
Cloning into '/tmp/buildpacks/go-buildpack'...
Checking out files: 100% (1947/1947), done.
Submodule 'compile-extensions' (https://github.com/cloudfoundry-incubator/compile-extensions.git) registered for path 'compile-extensions'
Cloning into 'compile-extensions'...
Submodule path 'compile-extensions': checked out '9f02e38433ca08c2e82cfec8844db9dd26acb336'
-------> Buildpack version 1.3.1
-----> Installing go1.3.3... done
-----> Running: godep go install -tags cloudfoundry ./...
-----> Uploading droplet (1.9M)
0 of 1 instances running, 1 starting
1 of 1 instances running
App started
OK
App laravelTester was started using this command `gohelloworld`
Showing health and status for app laravelTester in org jstart / space MFCdev as mfclemen@us.ibm.com...
OK
requested state: started
instances: 1/1
usage: 128M x 1 instances
urls: laraveltester.mybluemix.net
last uploaded: Mon Jun 22 15:15:04 UTC 2015
state since cpu memory disk details
#0 running 2015-06-22 11:17:26 AM 0.0% 3.7M of 128M 6.9M of 1G
➜ laravelTester2 ls
Godeps Procfile README.txt app.go manifest.yml static templates
➜ laravelTester2 pwd
/Users/Pair5/go/src/github.com/ibmjstart/laravelTester2
➜ laravelTester2 godep save
godep: error while inspecting "/Users/Pair5/go/src/github.com/ibmjstart/laravelTester2": directory "/Users/Pair5/go/src" is not using a known version control system
godep: error loading packages
➜ laravelTester2 git init
Initialized empty Git repository in /Users/Pair5/go/src/github.com/ibmjstart/laravelTester2/.git/
➜ laravelTester2 git:(master) ✗ godep save
➜ laravelTester2 git:(master) ✗ cf push
Using manifest file /Users/Pair5/go/src/github.com/ibmjstart/laravelTester2/manifest.yml
Updating app laravelTester in org jstart / space MFCdev as mfclemen@us.ibm.com...
OK
Using route laraveltester.mybluemix.net
Uploading laravelTester...
Uploading app files from: /Users/Pair5/go/src/github.com/ibmjstart/laravelTester2
Uploading 19.3K, 15 files
Done uploading
OK
Stopping app laravelTester in org jstart / space MFCdev as mfclemen@us.ibm.com...
OK
Starting app laravelTester in org jstart / space MFCdev as mfclemen@us.ibm.com...
-----> Downloaded app package (20K)
-----> Downloaded app buildpack cache (52M)
Cloning into '/tmp/buildpacks/go-buildpack'...
Submodule 'compile-extensions' (https://github.com/cloudfoundry-incubator/compile-extensions.git) registered for path 'compile-extensions'
Cloning into 'compile-extensions'...
Submodule path 'compile-extensions': checked out '9f02e38433ca08c2e82cfec8844db9dd26acb336'
-------> Buildpack version 1.3.1
-----> Installing go1.4.2... done
-----> Running: godep go install -tags cloudfoundry ./...
-----> Uploading droplet (2.0M)
0 of 1 instances running, 1 starting
0 of 1 instances running, 1 starting
0 of 1 instances running, 1 down
0 of 1 instances running, 1 down
0 of 1 instances running, 1 down
0 of 1 instances running, 1 down
0 of 1 instances running, 1 down
0 of 1 instances running, 1 starting
0 of 1 instances running, 1 starting
0 of 1 instances running, 1 starting
0 of 1 instances running, 1 starting
0 of 1 instances running, 1 down
0 of 1 instances running, 1 down
0 of 1 instances running, 1 down
0 of 1 instances running, 1 down
0 of 1 instances running, 1 starting
0 of 1 instances running, 1 starting
0 of 1 instances running, 1 down
0 of 1 instances running, 1 down
0 of 1 instances running, 1 down
0 of 1 instances running, 1 down
0 of 1 instances running, 1 down
0 of 1 instances running, 1 failing
FAILED
Start unsuccessful
TIP: use 'cf logs laravelTester --recent' for more information
➜ laravelTester2 git:(master) ✗
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment