Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to remotely deploy code to the BeagleBone? #148

Closed
bennycode opened this issue Mar 5, 2017 · 2 comments
Closed

How to remotely deploy code to the BeagleBone? #148

bennycode opened this issue Mar 5, 2017 · 2 comments

Comments

@bennycode
Copy link

Hello, I am new to the BeagleBone community and I would like to know if it is possible to deploy JavaScript code remotely to the BeagleBone?

Until now I always coded on the BeagleBone (using the Cloud9 environment) itself. But I would like to code on my personal computer and then deploy it from there to the BeagleBone. Is this possible?

I know that the Tessel microcontroller supports this way of coding by running tessel run my-app.js.

@jgtaylor
Copy link

jgtaylor commented Mar 6, 2017

i do my dev on my laptop and push to github, then pull from the BBblack.

You could also do a rsync or an scp from your dev host to your BBblack. If you install something like pm2 and use it to watch wherever you're putting your project, it will restart the app if it detects changes, so that after each update iteration, it automatically runs the app.

another possibility (but is kind of overkill) is to run a git server on the BBblack and just push your code there.

@jadonk
Copy link
Owner

jadonk commented Apr 25, 2018

This issue was moved to beagleboard#49

@jadonk jadonk closed this as completed Apr 25, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants