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
//TODO in this script | |
//1. Add board id in url used in TrelloAPI method (line xx | |
//2. Add your email in sendChartsByEmail | |
//3. Add your Trello keys from https://trello.com/1/appKey/generate to authorizeTrello | |
//4. Setup daily trigger in script editor that runs TrelloAPI() | |
//5. Run once in google apps script editor to authorize trello for access | |
//6. Lookup values and aggValues are hardcoded to the labels I use in Trello | |
// | |
//In the Trello board use scrum for trello syntax (http://scrumfortrello.com/) | |
//Example title: <name of task> (estimate hours) [work delivered in hours] |
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 | |
# Installer for GitLab on RHEL 5 (Red Hat Enterprise Linux and CentOS) | |
# [email protected] | |
# | |
# Only run this on a clean machine. I take no responsibility for anything. | |
# | |
# Submit issues here: github.com/mattias-ohlsson/gitlab-installer | |
# Exit on error | |
#set -e |