- Download the perforce visual tool suite from here: http://www.perforce.com/perforce/downloads/index.html
- Copy only the p4merge.app file into your /Applications/ directory
I hereby claim:
- I am jaxzin on github.
- I am jaxzin (https://keybase.io/jaxzin) on keybase.
- I have a public key whose fingerprint is 2CDD E247 9125 9D15 4E83 BB28 E2B6 8177 3FD7 E15D
To claim this, I am signing this object:
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
| # Deploy Stage | |
| sudo yum install --assumeyes jq | |
| heroku apps:destroy \ | |
| --app danburyio-pr$SNAP_PULL_REQUEST_NUMBER \ | |
| --confirm danburyio-pr$SNAP_PULL_REQUEST_NUMBER || true | |
| heroku create danburyio-pr$SNAP_PULL_REQUEST_NUMBER \ | |
| --buildpack https://github.com/heroku/heroku-buildpack-nodejs.git | |
| heroku addons:add mongolab:sandbox | |
| heroku domains:add $SNAP_PULL_REQUEST_NUMBER.pr.danbury.io | |
| curl -H "X-DNSimple-Token: $DNSIMPLE_USER:$DNSIMPLE_TOKEN" \ |
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
| # Watch the .git dir and log any file size changes | |
| delay=1; prev=`du -sk .git/ | cut -f 1`; sleep $delay; while true; do cur=`du -sk .git/ | cut -f 1`; expr \( $cur - $prev \) / $delay ; prev=$cur; sleep $delay; done > rate.log & | |
| # Chart the .git dir's file size changes (estimate of activity) | |
| watch -n 1 'gnuplot -e "set terminal dumb;p \"<tail -25 rate.log\" with lines notitle"' |
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
| @startuml | |
| !theme materia-outline | |
| skinparam backgroundColor white | |
| skinparam defaultFontName Futura | |
| skinparam defaultFontSize 16 | |
| left to right direction | |
| node "WS2032 Weather Station" | |
| actor "Web User" |
- PlantUML file that generated this diagram
- [Live Link to edit the PlantUML file yourself](https://www.plantuml.com/plantuml/uml/TP91Rnen48Nl_XMlFhK7gZPKFQ0g2WcYH2gHoXBbY8Rr01QxDh5dsvAA_zx5OjcbIcxhUM_jxytCJHGAKfM5UYSRBXab2GTBFLz9OHqh5RVMxIXGYINbstNmbJDtll01lpTMkACRNb5LoDWxUQ2ICQwa2lIw8RClZCzVLS4hWNW4kzu8Z0sSY_LEAUSDGpzbLv_wLtXYgka2Cg6ZgXNbuaCjynAFaODMof3GaY93PtjNuwttU1Xc6dyLi0f7d97FjnnI0Q0rEy7tG2job2hd2-xTggZ-Z6vLAfyiwFMkpme6E7ueuA0E3Ufi_gENZMQwEKzyoHZ6QAEGamI2dGzY7HwpspELFc6zdmmnDARdNVoWJv0v1GCTf5XywVTnvvsGTHnYexT1Jfx_gdfOYSV8njp_uh3NeDWu5sII-N2PVUhZSsL5V0hVCUDRtO1MnW3biqZNX5Vrz43kovrtYUYoAtMcm1TfxvtmEgGfnrHluxJjfuWDBMmwckMbQVfpFZyPpeI7nA7GuQlJD9Q
OlderNewer