Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 952 Bytes

README.md

File metadata and controls

36 lines (27 loc) · 952 Bytes

Rubyfox

Source | Documentation

SmartFox server extension for loading a ruby class with JRuby

Usage example

Install smartfox

via gem

$ gem install smartfox
$ smartfox install /var/smartfox/test/

Build and deploy rubyfox

$ export SFE_ROOT=/var/smartfox/test/
$ export SFE_NAME=example
$ rake

config a zone to use the extension:

 <extension>
   <name>example</name>
   <type>JAVA</type>
   <file>com.neopoly.rubyfox.RubyExtension</file>
   <propertiesFile></propertiesFile>
   <reloadMode>NONE</reloadMode>
 </extension>