Android Ruboto IRB - 如何启动演示版irb服务器

时间:2012-05-07 18:56:35

标签: android ruboto

我刚刚在我的Android设备上安装了Ruboto-irb来运行Ruby IRB。

https://github.com/ruboto/ruboto/wiki/Using-Ruboto-IRB-to-jump-start-development上的文档说,推送脚本的最佳方法之一是使用demo-irb-server并远程访问它。

如何在Android设备上启动demo-irb-server

1 个答案:

答案 0 :(得分:2)

我不知道该怎么做,所以我开始在设备上的Ruboto IRB命令行上输入随机内容。最终,以下命令有效:

require 'demo-irb-server'

我的设备已连接到我的无线局域网,其IP为192.168.0.108。

然后我从桌面计算机上点击http://192.168.0.108:8005,它就能够访问Android上的演示IRB服务器。然后我继续玩脚本,写自己的,玩得开心。