We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
General testing rule: Zeppelin 1 acts as Client, Zeppelin 2 acts as Worker.
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
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.
resttest.sh