Skip to content

Instantly share code, notes, and snippets.

@Epigene
Created March 23, 2015 15:13
Show Gist options
  • Save Epigene/2adfe58fe6e7cd15dc18 to your computer and use it in GitHub Desktop.
Save Epigene/2adfe58fe6e7cd15dc18 to your computer and use it in GitHub Desktop.
node deploy
node-js-sample git:(master) git push dokku master
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LC_CTYPE = "UTF-8",
LANG = "en_US.UTF-8"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
Counting objects: 381, done.
Delta compression using up to 16 threads.
Compressing objects: 100% (308/308), done.
Writing objects: 100% (381/381), 209.23 KiB | 0 bytes/s, done.
Total 381 (delta 52), reused 370 (delta 44)
-----> Cleaning up...
-----> Building node from buildstep...
-----> Adding BUILD_ENV to build environment...
-----> Node.js app detected
-----> Requested node range: 0.10.x
-----> Resolved node version: 0.10.37
-----> Downloading and installing node
-----> Exporting config vars to environment
-----> Installing dependencies
[email protected] node_modules/express
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected] ([email protected])
├── [email protected] ([email protected])
├── [email protected] ([email protected])
├── [email protected] ([email protected], [email protected], [email protected])
├── [email protected] ([email protected], [email protected])
├── [email protected] ([email protected], [email protected])
└── [email protected] ([email protected], [email protected])
-----> Caching node_modules directory for future builds
-----> Cleaning up node-gyp and npm artifacts
-----> No Procfile found; Adding npm start to new Procfile
-----> Building runtime environment
-----> Discovering process types
Procfile declares types -> web
-----> Injecting Shoreman ...
-----> Releasing node...
-----> Deploying node...
-----> Running pre-flight checks
check-deploy: /home/dokku/node/CHECKS not found. attempting to retrieve it from container ...
CHECKS file not found in container. skipping checks.
-----> Running post-deploy
-----> Deploying nginx...
-----> Configuring once-off options...
remote: perl: warning: Setting locale failed.
remote: perl: warning: Please check that your locale settings:
remote: LANGUAGE = (unset),
remote: LC_ALL = (unset),
remote: LC_CTYPE = "UTF-8",
remote: LANG = "en_US.UTF-8"
remote: are supported and installed on your system.
remote: perl: warning: Falling back to the standard locale ("C").
-----> Configuring node.apps.creative.gs...
remote: perl: warning: Setting locale failed.
remote: perl: warning: Please check that your locale settings:
remote: LANGUAGE = (unset),
remote: LC_ALL = (unset),
remote: LC_CTYPE = "UTF-8",
remote: LANG = "en_US.UTF-8"
remote: are supported and installed on your system.
remote: perl: warning: Falling back to the standard locale ("C").
-----> Running nginx-pre-reload
-----> Reloading nginx...
-----> Creating new /home/dokku/node/VHOST...
=====> Application deployed:
http://node.apps.creative.gs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment