-
-
Save diegovdev/3ad9960a20d52eea76a2 to your computer and use it in GitHub Desktop.
Revisions
-
Steven Zeiler revised this gist
Sep 21, 2014 . 1 changed file with 2 additions and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -9,7 +9,8 @@ Gatewayd is designed to work with Heroku: heroku ps:scale web=1 curl http://my-great-gateway-app.herokuapp.com/v1/payments \ -X POST \ -u admin:mysup3rs3cr3t@ap!k3y \ -d type=ripple \ -d address=r4EwBWxrx5HxYRyisfGzMto3AT8FZiYdWk \ -d currency=OMG \ -
Steven Zeiler revised this gist
Sep 21, 2014 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -8,8 +8,8 @@ Gatewayd is designed to work with Heroku: heroku config:set KEY=mysup3rs3cr3t@ap!k3y heroku ps:scale web=1 curl http://my-great-gateway-app.herokuapp.com/v1/payments \ -X POST -u admin:mysup3rs3cr3t@ap!k3y \ -d type=ripple \ -d address=r4EwBWxrx5HxYRyisfGzMto3AT8FZiYdWk \ -d currency=OMG \ -
Steven Zeiler revised this gist
Sep 21, 2014 . 1 changed file with 4 additions and 4 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Gatewayd is designed to work with Heroku: curl -k -X POST -u admin:mysup3rs3cr3t@ap!k3y \ http://my-great-gateway-app.herokuapp.com/v1/payments \ -d type=ripple \ -d address=r4EwBWxrx5HxYRyisfGzMto3AT8FZiYdWk \ -d currency=OMG \ -d amount=100 -
Steven Zeiler revised this gist
Sep 21, 2014 . 1 changed file with 4 additions and 3 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -9,7 +9,8 @@ Gatewayd is designed to work with Heroku: heroku ps:scale web=1 curl -k -X POST -u admin:mysup3rs3cr3t@ap!k3y \ http://my-great-gateway-app.herokuapp.com/v1/payments \ -d type=ripple -d address=r4EwBWxrx5HxYRyisfGzMto3AT8FZiYdWk \ -d currency=OMG \ -d amount=100 -
Steven Zeiler revised this gist
Sep 21, 2014 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Gatewayd is designed to work with Heroku: heroku ps:scale web=1 curl -k -X POST -u admin:mysup3rs3cr3t@ap!k3y \ http://my-great-gateway-app.herokuapp.com/v1/ripple_addresses \ -d address=r4EwBWxrx5HxYRyisfGzMto3AT8FZiYdWk \ -d managed=false \ -d type=independent -
Steven Zeiler created this gist
Sep 21, 2014 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,15 @@ Gatewayd is designed to work with Heroku: git clone https://github.com/ripple/gatewayd.git cd gatewayd heroku create my-great-gateway-app git push heroku master heroku addons:add heroku-postgresql heroku config:set KEY=mysup3rs3cr3t@ap!k3y heroku ps:scale web=1 curl -k -X POST -u admin:mysup3rs3cr3t@ap!k3y \ http://gatewayd-heroku.herokuapp.com/v1/ripple_addresses \ -d address=r4EwBWxrx5HxYRyisfGzMto3AT8FZiYdWk \ -d managed=false \ -d type=independent