Skip to content

Deploying to Tiny Zeppelins

Wilhelm Hedman edited this page May 11, 2015 · 2 revisions

Zeppelin Testing

General testing rule: Zeppelin 1 acts as Client, Zeppelin 2 acts as Worker.

Deploy Zeppelin

To deploy Zeppelin for worker/client testing, it's simpler to build the frontend on your machine and scp it to Zeppelin 1.

On your computer:

$ npm run watch
$ scp -P 1221 build/app.js [email protected]:~/zeppelin/build/

On Zeppelin 1:

( $ zeppelin/update.sh )
$ npm start

Docker-transfer

Start Zeppelin on Zep 1 and Zep 2. (See instructions above.)

To start transferring the ARM-ubuntu image, run the script resttest.sh on Zep 1.

Clone this wiki locally