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
| kevin@host: rel/cowgirl/bin/cowgirl | |
| Usage: cowgirl {start|stop|restart|reboot|ping|console|console_clean|attach} | |
| kevin@host: rel/cowgirl/bin/cowgirl start | |
| kevin@host: rel/cowgirl/bin/cowgirl stop |
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
| kevin@host: ./build-compile.sh | |
| kevin@host: ./build-release.sh |
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
| #!/bin/sh | |
| cd rel | |
| ../rebar create-node nodeid=cowgirl | |
| cd .. | |
| ./rebar generate |
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
| #!/bin/sh | |
| cd app/cowgirl | |
| make | |
| cd ../.. |
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
| kevin@host: ./app.sh cowgirl |
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
| kevin@host: hg clone https://bitbucket.org/pragmaticlogic/woody |
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
| %%-*- mode: erlang -*- | |
| {deps, [ | |
| {cowboy, ".*", {git, "git://github.com/extend/cowboy.git", "master"}} | |
| ]}. |
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
| all: app | |
| app: get-deps | |
| @./rebar compile | |
| get-deps: | |
| @./rebar get-deps | |
| clean: | |
| @./rebar clean |
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
| mkdir woody | |
| cd woody | |
| cp ../rebar/rebar . |
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
| hg clone https://bitbucket.org/basho/rebar | |
| cd rebar | |
| make | |
| cd .. |
NewerOlder