Sha256: 12cd8fe67d67974743088f0beb100034096074b1c2ab1072365b7744d8fa0992

Contents?: true

Size: 1.41 KB

Versions: 2

Compression:

Stored size: 1.41 KB

Contents

= Rubyfox server

SmartFox Server bundled as a gem.

Gem[https://rubygems.org/gems/rubyfox-server] |
Source[https://github.com/neopoly/rubyfox-server] |
Documentation[http://rubydoc.info/github/neopoly/rubyfox-server/master/file/README.rdoc]

See http://www.smartfoxserver.com

== Installation

  gem install rubyfox-server

== Usage

  smartfox install /path/to/smartfox

  smartfox config /path/to/smartfox /path/to/template/dir

  smartfox start /path/to/smartfox

=== Help

  Commands:
    smartfox configure TARGET_DIR TEMPLATE_DIR  # Configure SmartFox Server in TARGET_DIR via TEMPLATE_DIR
    smartfox help [COMMAND]                     # Describe available commands or one specific command
    smartfox install TARGET_DIR                 # Install SmartFox Server into TARGET_DIR
    smartfox start TARGET_DIR                   # Start SmartFox Server in TARGET_DIR
    smartfox version                            # Display version of this command

== Version

The version of this gem is tied to the real version of SmartFox Server.

Example: Gem version 2.3.0.x contains SmartFox Server version 2.3.0.

== Contributing

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request

== Release

1. Edit version.rb
2. git commit -m "Release X.Y.Z.P"
2. rake release
3. git push

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rubyfox-server-2.9.2.0 README.rdoc
rubyfox-server-2.9.1.0 README.rdoc