Causam: Difference between revisions

From Bitpost wiki
(Created page with " ----------------------------------------- now how to get it working on windows... start with the setup in git-for-windows .ssh/config, here: C:\Users\Admin...")
 
(Replaced content with "=== DEPLOY A NEW RELEASE === === DEV SETUP === === INSTALL CRAWLER ON A PI === === COMMONS WORKFLOW (thanks greg and brandon!) === === nop-client-c === === MAINTE...")
 
(34 intermediate revisions by the same user not shown)
Line 1: Line 1:
    -----------------------------------------
=== DEPLOY A NEW RELEASE ===
    now how to get it working on windows...
 
    start with the setup in git-for-windows .ssh/config, here:
=== DEV SETUP ===
        C:\Users\Administrator\.ssh\config
 
        (in fact just copy all of .ssh, it's on dropbox)
=== INSTALL CRAWLER ON A PI ===
    reinstall git-for-windows so it uses internal ssh not plink
 
    try this from a fresh cmd or git bash shell:
=== COMMONS WORKFLOW (thanks greg and brandon!) ===
        cd C:\Michael's Data\development\power_analytics\gec
 
        git clone ssh://git@git.poweranalytics.io:7999/gec/pa-pdp-xiagent-csharp.git
=== [[nop-client-c]] ===
    GOOD TO GO
 
    -----------------------------------------
=== 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 ===

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