Causam: Difference between revisions

From Bitpost wiki
No edit summary
(Replaced content with "=== DEPLOY A NEW RELEASE === === DEV SETUP === === INSTALL CRAWLER ON A PI === === COMMONS WORKFLOW (thanks greg and brandon!) === === nop-client-c === === MAINTE...")
 
(33 intermediate revisions by the same user not shown)
Line 1: Line 1:
{| class="mw-collapsible mw-collapsed wikitable"
=== DEPLOY A NEW RELEASE ===
! Set up a Windows client to use Stash ssh key
 
|-
=== DEV SETUP ===
| Use git-for-windows exclusively, it doesn't need putty.
 
* Install Git for Windows, set it up to use its own ssh (not plink).
=== INSTALL CRAWLER ON A PI ===
* Set up this folder with .ssh configuration
 
C:\Users\##user##\.ssh\config
=== COMMONS WORKFLOW (thanks greg and brandon!) ===
* Copy the .ssh folder from [https://www.dropbox.com/home/Power%20Analytics dropbox], the config looks like this:
 
Host git.poweranalytics.io
=== [[nop-client-c]] ===
    IdentityFile ~/.ssh/git.poweranalytics.io/id_rsa
 
* Now you should be able to pull:
=== MAINTENANCE JOBS ===
cd C:\Michael's Data\development\power_analytics\gec
 
git clone ssh://git@git.poweranalytics.io:7999/gec/pa-pdp-xiagent-csharp.git
=== Set up a Windows client to use Stash ssh key ===
|}
 
=== GEM provisioning ===
 
=== INSTALL AND COMPILE north-poller ON UBUNTU ===
 
=== INSTALL AND RUN north-poller BINARY ON PI ===
 
=== JAVASCRIPT REVERSE ROUTING TO CALL SCALA FUNCTIONS ===

Latest revision as of 19:08, 7 January 2017

DEPLOY A NEW RELEASE

DEV SETUP

INSTALL CRAWLER ON A PI

COMMONS WORKFLOW (thanks greg and brandon!)

nop-client-c

MAINTENANCE JOBS

Set up a Windows client to use Stash ssh key

GEM provisioning

INSTALL AND COMPILE north-poller ON UBUNTU

INSTALL AND RUN north-poller BINARY ON PI

JAVASCRIPT REVERSE ROUTING TO CALL SCALA FUNCTIONS