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/bash | |
| set -e | |
| # --------- | |
| # Variables | |
| # --------- | |
| dbHost=$COCKROACH_HOST | |
| if [[ -z $dbHost ]]; then |
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
| package main | |
| import ( | |
| "fmt" | |
| "strings" | |
| ) | |
| func main() { | |
| // p := Parse("card_1D2lGH2eZvKYlo2CBRpBjjh1") | |
| p := Parse("sk_test_4eC39HqLyjWDarjtT1zdp7dc") |
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
| <h1>Super App</h1> | |
| Hi {{ user.name }} |
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
| <?php | |
| include_once __DIR__.'/../include/mtier/inc/include.php'; |
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
| ansible-playbook -i provisioning/ansible_hosts provisioning/playbook.yml --sudo -vvvv |
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
| [vagrant@vagrant-centos65 ~]$ sudo ~/.rbenv/shims/gem install mailcatcher | |
| Building native extensions. This could take a while... | |
| ERROR: Error installing mailcatcher: | |
| ERROR: Failed to build gem native extension. | |
| /home/vagrant/.rbenv/versions/2.0.0-p353/bin/ruby extconf.rb | |
| checking for rb_trap_immediate in ruby.h,rubysig.h... no | |
| checking for rb_thread_blocking_region()... yes | |
| checking for inotify_init() in sys/inotify.h... yes | |
| checking for writev() in sys/uio.h... yes |