#!/usr/bin/env bash # # Launch the ruby "hws_configure" binary app using the embedded Ruby # distribution. # path=<%= install_dir %>/embedded/bin:$PATH install_dir=<%= install_dir %> PATH=$path install_dir=$install_dir hws_console
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#1 | 15741 | ptomiak | Branch HWS for my use. | ||
//guest/perforce_software/helix-web-services/main/source/packaging/omnibus-helix-web-services/config/templates/helix_web_services/hws_console.erb | |||||
#1 | 15622 | tjuricek |
Move source code to 'source/' subdirectory of branch. build/ will remain where it is. |
||
//guest/perforce_software/helix-web-services/main/packaging/omnibus-helix-web-services/config/templates/helix_web_services/hws_console.erb | |||||
#1 | 15483 | tjuricek |
Add a new 'hws_console` application to the deployment. This should give users the ability to use the Ruby client for quick and dirty debugging of issues with HWS. Since it's so easy, I've added it to the deployment guide. |