https://moox.io/blog/keep-in-sync-git-repos-on-github-gitlab-bitbucket/
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
| # /usr/local/etc/smb4.conf | |
| # Samba 4.1 Configuration file | |
| [global] | |
| # SPECIFIC SETTINGS FOR THIS MACHINE | |
| netbios name = ZNAS1 | |
| # Basic settings | |
| workgroup = MYDOMAIN | |
| realm = MYDOMAIN.local |
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 | |
| # Shamelessly taken from http://mjwall.com/blog/2013/10/04/how-i-use-emacs/ | |
| # simple script to shutdown the running Emacs daemon | |
| # emacsclient options for reference | |
| # -a Alternate editor, runs bin/false in this case | |
| # -e eval the script |
- no upfront installation/agents on remote/slave machines - ssh should be enough
- application components should use third-party software, e.g. HDFS, Spark's cluster, deployed separately
- configuration templating
- environment requires/asserts, i.e. we need a JVM in a given version before doing deployment
- deployment process run from Jenkins
OlderNewer