Sha256: ed478f0efd5bd693ade64301720a6b0151ff6f5e72258d83b758bc56ccebcdb9

Contents?: true

Size: 1.2 KB

Versions: 1

Compression:

Stored size: 1.2 KB

Contents

RubyStation
===========

Make desktop apps with web technology.

Website
=======
http://yhara.github.com/ruby-station/

Tips
====

Autostart ruby-station on Mac OS X
----------------------------------

Use launchd.

    $ man launchd

~/Library/LaunchAgents/net.route477.ruby_station.plist:

    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
    <plist version="1.0">
    <dict>
            <key>Label</key>
            <string>net.route477.ruby_station</string>
            <key>OnDemand</key>
            <false/>
            <key>Porgram</key>
            <string>/opt/local/bin/ruby</string>
            <key>ProgramArguments</key>
            <array>
                    <string>/Users/***your username***/.gem/ruby/1.8/bin/ruby-station</string>
            </array>
            <key>QueueDirectories</key>
            <array/>
            <key>RunAtLoad</key>
            <true/>
            <key>WatchPaths</key>
            <array/>
    </dict>
    </plist>

Restart (or '$ launchctl start net.route477.ruby_station') and ruby-station starts.

Contact
=======
Yutaka HARA (yhara)
http://github.com/yhara/ruby-station/

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ruby-station-0.1.6 README.mkd