-
-
Notifications
You must be signed in to change notification settings - Fork 605
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.
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.