Changes between Version 7 and Version 8 of hct
- Timestamp:
- Jan 27, 2013, 9:47:24 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
hct
v7 v8 24 24 == Getting Started == 25 25 26 hct can function on either a live or dev installation. As of December 2012 we only have a dev installation running.26 There is only one trouble program (and git repo in which it resides). However, there is both a live and dev repo of service advisory messages. If you create messages in the dev repo, you can practice releasing service advisories. 27 27 28 28 * Checkout a copy of trouble via git: … … 32 32 git config remote.origin.pushurl gitosis@git.mayfirst.org:mfpl/trouble 33 33 }}} 34 * Optionally symlink it in your ~/bin directory 35 * Checkout a copy of the dev messages repo somewhere else:34 * Optionally symlink it in your ~/bin directory (if you don't do this, you'll need to specify the full path to `trouble` everytime you run the program. 35 * Checkout a copy of either the live or the dev messages repo somewhere else: 36 36 {{{ 37 git clone hct- dev@jojobe.mayfirst.org:/srv/hct-dev/messages/repo-hub hct-dev37 git clone hct-live@jojobe.mayfirst.org:/srv/hct-live/messages/repo-hub hct-live 38 38 }}} 39 * Try releasing a message:39 * Releasing a message: 40 40 {{{ 41 cd hct- dev41 cd hct-live 42 42 /path/to/trouble message 43 43 }}} … … 46 46 Test rss: https://status.dev.mayfirst.org/rss.xml 47 47 Test/Approve email: https://lists.mayfirst.org/mailman/admindb/service-advisories-dev 48 49 Live html: https://status.dev.mayfirst.org/ 50 Live rss: https://status.dev.mayfirst.org/rss.xml 51 Live/Approve email: https://lists.mayfirst.org/mailman/admindb/service-advisories-dev 48 52 49 53 == trouble == … … 56 60 57 61 For usage, run trouble with no arguments: 58 59 62 60 63 {{{