Created
October 19, 2011 17:32
-
-
Save ingydotnet/1299033 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ingy@thinkingy:~/Work/stackato-samples/perl/catalyst-welcome$ stackato apps | |
+------------------+---+--------+---------------------------------+----------+ | |
| Application | # | Health | URLS | Services | | |
+------------------+---+--------+---------------------------------+----------+ | |
| catalyst-welcome | 1 | 0% | catalyst-welcome.stackato.local | | | |
+------------------+---+--------+---------------------------------+----------+ | |
ingy@thinkingy:~/Work/stackato-samples/perl/catalyst-welcome$ stackato start catalyst-welcome | |
Application 'catalyst-welcome' already started | |
ingy@thinkingy:~/Work/stackato-samples/perl/catalyst-welcome$ stackato stop catalyst-welcome | |
Stopping Application [catalyst-welcome]: OK | |
ingy@thinkingy:~/Work/stackato-samples/perl/catalyst-welcome$ stackato start catalyst-welcome | |
Staging Application [catalyst-welcome]: OK | |
Starting Application [catalyst-welcome]: .......................... | |
Application 'catalyst-welcome' is taking too long to start (121 seconds), check your logs |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment