Created
August 15, 2013 08:55
-
-
Save timbuchwaldt/6239375 to your computer and use it in GitHub Desktop.
This file contains 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
>> awacs start parkingscout | |
Starting environment parkingscout: | |
- redis [OK] | |
- elasticsearch [OK] | |
- postgresql [OK] | |
>> awacs ls | |
Running environments: | |
- parkingscout | |
Running services: | |
- redis | |
- elasticsearch | |
- postgresql | |
>> awacs start operations | |
Starting environment operations: | |
- redis [already started] | |
- stunnel [OK] | |
>> awacs ls | |
Running environments: | |
- parkingscout | |
- operations | |
Running services: | |
- redis | |
- elasticsearch | |
- postgresql | |
- stunnel | |
>> awacs stop operations | |
Stopping environment operations: | |
- redis [still needed] | |
- stunnel [OK] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment