Roku Developer Program

Join our online forum to talk to Roku developers and fellow channel creators. Ask questions, share tips with the community, and find helpful resources.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
mmcaulay
Visitor

Deploy Package for Atom IDE

I use ATOM as my IDE and so wanted to make a package for myself to deploy. I've published it here: https://atom.io/packages/roku-deploy HUGE Caveat: I am far from an expert on Roku and this was made for my own use, but I thought I should share. As such, it's AS IS, no warranties and all that stuff. If you do find a bug, which is likely, I'm happy to try to fix it, or even review PR's for fixing it.
0 Kudos
6 REPLIES 6
marcelo_cabral
Roku Guru

Re: Deploy Package for Atom IDE

"mmcaulay" wrote:
I use ATOM as my IDE and so wanted to make a package for myself to deploy. I've published it here: https://atom.io/packages/roku-deploy HUGE Caveat: I am far from an expert on Roku and this was made for my own use, but I thought I should share. As such, it's AS IS, no warranties and all that stuff. If you do find a bug, which is likely, I'm happy to try to fix it, or even review PR's for fixing it.


I just started to use Atom (tired of the bugs of the heavy Eclipse+plugin solution), and your package is great, I'm using it for a couple of days, nice work!

Two features I would like to recommend:
    option to increment of the manifest "build_version"
    support for multiple Roku's
0 Kudos
mmcaulay
Visitor

Re: Deploy Package for Atom IDE

The manifest update is not one I've thought of before but I'll look in to it. The multiple Roku support is something I'm planning on. Glad you've found it useful.
0 Kudos
marcelo_cabral
Roku Guru

Re: Deploy Package for Atom IDE

"mmcaulay" wrote:
The manifest update is not one I've thought of before but I'll look in to it. The multiple Roku support is something I'm planning on. Glad you've found it useful.


To update the manifest (INI format) you could use this:
https://github.com/gvarsanyi/objfile
0 Kudos

Re: Deploy Package for Atom IDE

"mmcaulay" wrote:
I use ATOM as my IDE and so wanted to make a package for myself to deploy. I've published it here: https://atom.io/packages/roku-deploy HUGE Caveat: I am far from an expert on Roku and this was made for my own use, but I thought I should share. As such, it's AS IS, no warranties and all that stuff. If you do find a bug, which is likely, I'm happy to try to fix it, or even review PR's for fixing it.

How do we use it? Clicking on Packages->roku-deploy->Deploy does nothing.
0 Kudos
marcelo_cabral
Roku Guru

Re: Deploy Package for Atom IDE

"scorpiontahir02" wrote:
How do we use it? Clicking on Packages->roku-deploy->Deploy does nothing.


To use it you need to have your Roku with developer mode enabled.

then on Atom open the settings page for the package and configure: IP, user and password

After that you can choose the menu Deploy or the default shortcut Ctrl+Alt+Shift+D

I configured F12 as the hotkey to be quicker
0 Kudos

Re: Deploy Package for Atom IDE

"marcelo.cabral" wrote:
on Atom open the settings page for the package and configure: IP, user and password


Thanks, Got it working.
0 Kudos