Skip to content

Porting Ruby applications to OSv

syuu1228 edited this page Nov 5, 2014 · 1 revision

Right now we don't have capstan image for ruby, you'll need to write application module. You'll need to place application on osv/apps/.

You can use following example as a starting point.

Troubleshooting

You'll may see abort() message when you running new ruby programs with untested gems. See Problems you may run into section on native application page.

Clone this wiki locally