rubyfox-server 2.9.2.0 → 2.11.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (36) hide show
  1. checksums.yaml +4 -4
  2. data/.travis.yml +1 -1
  3. data/README.md +51 -0
  4. data/lib/rubyfox/server/data/config/descriptors/config_server.txt +3 -3
  5. data/lib/rubyfox/server/data/config/descriptors/config_zone.txt +9 -0
  6. data/lib/rubyfox/server/data/lib/SFS2XVersion.class +0 -0
  7. data/lib/rubyfox/server/data/lib/antlr-2.7.7.jar +0 -0
  8. data/lib/rubyfox/server/data/lib/json-lib-2.2.3-jdk15.jar +0 -0
  9. data/lib/rubyfox/server/data/lib/logs-analysis-app.jar +0 -0
  10. data/lib/rubyfox/server/data/lib/scala-library.jar +0 -0
  11. data/lib/rubyfox/server/data/lib/sfs2x-admin.jar +0 -0
  12. data/lib/rubyfox/server/data/lib/sfs2x-core.jar +0 -0
  13. data/lib/rubyfox/server/data/lib/sfs2x-lib.jar +0 -0
  14. data/lib/rubyfox/server/data/lib/sfs2x-util.jar +0 -0
  15. data/lib/rubyfox/server/data/lib/sfs2x.jar +0 -0
  16. data/lib/rubyfox/server/data/lib/stringtemplate-3.2.1.jar +0 -0
  17. data/lib/rubyfox/server/data/www/root/admin/AdminTool.html +108 -0
  18. data/lib/rubyfox/server/data/www/root/admin/AdminTool.swf +0 -0
  19. data/lib/rubyfox/server/data/www/root/admin/ReleaseNotes.txt +16 -0
  20. data/lib/rubyfox/server/data/www/root/admin/index.html +3 -3
  21. data/lib/rubyfox/server/data/www/root/admin/modules/Analytics/Analytics.swf +0 -0
  22. data/lib/rubyfox/server/data/www/root/admin/modules/BanManager/BanManager.swf +0 -0
  23. data/lib/rubyfox/server/data/www/root/admin/modules/BlueBoxMonitor/BlueBoxMonitor.swf +0 -0
  24. data/lib/rubyfox/server/data/www/root/admin/modules/Dashboard/Dashboard.swf +0 -0
  25. data/lib/rubyfox/server/data/www/root/admin/modules/ExtensionManager/ExtensionManager.swf +0 -0
  26. data/lib/rubyfox/server/data/www/root/admin/modules/LicenseManager/LicenseManager.swf +0 -0
  27. data/lib/rubyfox/server/data/www/root/admin/modules/LogViewer/LogViewer.swf +0 -0
  28. data/lib/rubyfox/server/data/www/root/admin/modules/ServerConfigurator/ServerConfigurator.swf +0 -0
  29. data/lib/rubyfox/server/data/www/root/admin/modules/ZoneConfigurator/ZoneConfigurator.swf +0 -0
  30. data/lib/rubyfox/server/data/www/root/admin/modules/ZoneMonitor/ZoneMonitor.swf +0 -0
  31. data/lib/rubyfox/server/data/www/sfs2x-ws.war +0 -0
  32. data/lib/rubyfox/server/third-party-licenses/Antlr-license.txt +9 -0
  33. data/lib/rubyfox/server/third-party-licenses/StringTemplate-license.txt +9 -0
  34. data/lib/rubyfox/server/version.rb +1 -1
  35. metadata +10 -4
  36. data/README.rdoc +0 -51
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b3bb678fae2e675f459165d628cc3bd9e7fb9cb7
4
- data.tar.gz: 130373c54d93698b37a6d762e043e41b3e10bd6f
3
+ metadata.gz: 6a8735b57f569c416fbe21e96234977d16e654a1
4
+ data.tar.gz: b7de5f982638ea93c87c1998b356acc0c23a2209
5
5
  SHA512:
6
- metadata.gz: ccb44e8b886654c2feb311dd74057706e576ded30e0aabb101b0368aa38abc4345a46d99380986b3ea6881b51a527f359d6fae004f5e373f50a7be63f7646d57
7
- data.tar.gz: e990b19c2e0bd6b00c38872db9d3bcdb24c2643e79347c2a54cce0665aede5c6d5fc6fb27467084c032e498d032690a7ebddc42086c11fec48dc6ddaebe2257d
6
+ metadata.gz: c683ea0867225d440a74128ec799f4774edee2f30ae81a31538f92beea41e76f2fa42902c48023f0e7c7fcb630c46682924fdcce3895c4f238ae68c2b3ceefb1
7
+ data.tar.gz: 0a5384500465547e7521fce3bd79b23a8682ee270552eacbfae7bf68d88c5351291cb96416d1e680a17bb86dee79c9895027b983b74a7605d71a5ef786c7939e
@@ -1,3 +1,3 @@
1
1
  rvm:
2
- - 2.1
2
+ - 2.3.1
3
3
  - ruby-head
@@ -0,0 +1,51 @@
1
+ # Rubyfox server
2
+
3
+ SmartFox Server bundled as a gem.
4
+
5
+ [Gem](https://rubygems.org/gems/rubyfox-server) |
6
+ [Source](https://github.com/neopoly/rubyfox-server) |
7
+ [Documentation](http://www.rubydoc.info/gems/rubyfox-server)
8
+
9
+ See http://www.smartfoxserver.com
10
+
11
+ ## Installation
12
+
13
+ gem install rubyfox-server
14
+
15
+ ## Usage
16
+
17
+ smartfox install /path/to/smartfox
18
+
19
+ smartfox configure /path/to/smartfox /path/to/template/dir
20
+
21
+ smartfox start /path/to/smartfox
22
+
23
+ ## Help
24
+
25
+ Commands:
26
+ smartfox configure TARGET_DIR TEMPLATE_DIR # Configure SmartFox Server in TARGET_DIR via TEMPLATE_DIR
27
+ smartfox help [COMMAND] # Describe available commands or one specific command
28
+ smartfox install TARGET_DIR # Install SmartFox Server into TARGET_DIR
29
+ smartfox start TARGET_DIR # Start SmartFox Server in TARGET_DIR
30
+ smartfox version # Display version of this command
31
+
32
+ ## Version
33
+
34
+ The version of this gem is tied to the real version of SmartFox Server.
35
+
36
+ Example: Gem version 2.3.0.x contains SmartFox Server version 2.3.0.
37
+
38
+ ## Contributing
39
+
40
+ 1. Fork it
41
+ 2. Create your feature branch (`git checkout -b my-new-feature`)
42
+ 3. Commit your changes (`git commit -am 'Add some feature'`)
43
+ 4. Push to the branch (`git push origin my-new-feature`)
44
+ 5. Create new Pull Request
45
+
46
+ ## Release
47
+
48
+ 1. Edit version.rb
49
+ 2. git commit -m "Release X.Y.Z.P"
50
+ 2. rake release
51
+ 3. git push
@@ -292,7 +292,7 @@
292
292
  "tooltip":"IP address used for WebSocket communication",
293
293
  "category":"HTML5 WebSockets",
294
294
  "type":"ComboBox",
295
- "value":{$BasicValue=webSocket.bindAddress},
295
+ "value":"{$BasicValue=webSocket.bindAddress}",
296
296
  "componentParams":
297
297
  {
298
298
  "dataProvider":"{$BasicValue=adminHelper.availableSocketAddresses}"
@@ -931,7 +931,7 @@
931
931
  "value":{$BasicValue=extensionThreadPoolSettings.backupThreads},
932
932
  "componentParams":
933
933
  {
934
- "minimum":1,
934
+ "minimum":0,
935
935
  "maximum":10000
936
936
  }
937
937
  },
@@ -946,7 +946,7 @@
946
946
  "value":{$BasicValue=extensionThreadPoolSettings.maxBackups},
947
947
  "componentParams":
948
948
  {
949
- "minimum":1,
949
+ "minimum":0,
950
950
  "maximum":10000
951
951
  }
952
952
  },
@@ -17,6 +17,15 @@
17
17
  "validator":"notNull"
18
18
  },
19
19
 
20
+ // USE ENCRYPTION
21
+ {
22
+ "name":"isEncrypted",
23
+ "label":"Use Encryption",
24
+ "tooltip":"When turned on the server will only accept encrypted connections for this Zone",
25
+ "type":"CheckBox",
26
+ "value":{$BasicValue=zoneSettings.isEncrypted}
27
+ },
28
+
20
29
  // USE CUSTOM LOGIN
21
30
  {
22
31
  "name":"isCustomLogin",
@@ -0,0 +1,108 @@
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2
+ <!-- saved from url=(0014)about:internet -->
3
+ <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
4
+ <!--
5
+ Smart developers always View Source.
6
+
7
+ This application was built using Adobe Flex, an open source framework
8
+ for building rich Internet applications that get delivered via the
9
+ Flash Player or to desktops via Adobe AIR.
10
+
11
+ Learn more about Flex at http://flex.org
12
+ // -->
13
+ <head>
14
+ <title>SmartFoxServer 2X Administration Tool</title>
15
+ <meta name="google" value="notranslate">
16
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
17
+ <!-- Include CSS to eliminate any default margins/padding and set the height of the html element and
18
+ the body element to 100%, because Firefox, or any Gecko based browser, interprets percentage as
19
+ the percentage of the height of its parent container, which has to be set explicitly. Fix for
20
+ Firefox 3.6 focus border issues. Initially, don't display flashContent div so it won't show
21
+ if JavaScript disabled.
22
+ -->
23
+ <style type="text/css" media="screen">
24
+ html, body { height:100%; }
25
+ body { margin:0; padding:0; overflow:auto; text-align:center;
26
+ background-color: #ffffff; }
27
+ object:focus { outline:none; }
28
+ #flashContent { display:none; }
29
+ </style>
30
+
31
+ <!-- Enable Browser History by replacing useBrowserHistory tokens with two hyphens -->
32
+ <!-- BEGIN Browser History required section >
33
+ <link rel="stylesheet" type="text/css" href="history/history.css" />
34
+ <script type="text/javascript" src="history/history.js"></script>
35
+ <! END Browser History required section -->
36
+
37
+ <script type="text/javascript" src="swfobject.js"></script>
38
+ <script type="text/javascript">
39
+ <!-- For version detection, set to min. required Flash Player version, or 0 (or 0.0.0), for no version detection. -->
40
+ var swfVersionStr = "10.0.0";
41
+ <!-- To use express install, set to playerProductInstall.swf, otherwise the empty string. -->
42
+ var xiSwfUrlStr = "playerProductInstall.swf";
43
+ var flashvars = {};
44
+ var params = {};
45
+ params.quality = "high";
46
+ params.bgcolor = "#ffffff";
47
+ params.allowscriptaccess = "sameDomain";
48
+ params.allowfullscreen = "true";
49
+ var attributes = {};
50
+ attributes.id = "AdminTool";
51
+ attributes.name = "AdminTool";
52
+ attributes.align = "middle";
53
+ swfobject.embedSWF(
54
+ "AdminTool.swf?v=1.5.2", "flashContent",
55
+ "100%", "100%",
56
+ swfVersionStr, xiSwfUrlStr,
57
+ flashvars, params, attributes);
58
+ <!-- JavaScript enabled so display the flashContent div in case it is not replaced with a swf object. -->
59
+ swfobject.createCSS("#flashContent", "display:block;text-align:left;");
60
+ </script>
61
+ </head>
62
+ <body>
63
+ <!-- SWFObject's dynamic embed method replaces this alternative HTML content with Flash content when enough
64
+ JavaScript and Flash plug-in support is available. The div is initially hidden so that it doesn't show
65
+ when JavaScript is disabled.
66
+ -->
67
+ <div id="flashContent">
68
+ <p>
69
+ To view this page ensure that Adobe Flash Player version
70
+ 10.0.0 or greater is installed.
71
+ </p>
72
+ <script type="text/javascript">
73
+ var pageHost = ((document.location.protocol == "https:") ? "https://" : "http://");
74
+ document.write("<a href='http://www.adobe.com/go/getflashplayer'><img src='"
75
+ + pageHost + "www.adobe.com/images/shared/download_buttons/get_flash_player.gif' alt='Get Adobe Flash player' /></a>" );
76
+ </script>
77
+ </div>
78
+
79
+ <noscript>
80
+ <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="100%" height="100%" id="AdminTool">
81
+ <param name="movie" value="AdminTool.swf?v=1.5.2" />
82
+ <param name="quality" value="high" />
83
+ <param name="bgcolor" value="#ffffff" />
84
+ <param name="allowScriptAccess" value="sameDomain" />
85
+ <param name="allowFullScreen" value="true" />
86
+ <!--[if !IE]>-->
87
+ <object type="application/x-shockwave-flash" data="AdminTool.swf?v=1.5.2" width="100%" height="100%">
88
+ <param name="quality" value="high" />
89
+ <param name="bgcolor" value="#ffffff" />
90
+ <param name="allowScriptAccess" value="sameDomain" />
91
+ <param name="allowFullScreen" value="true" />
92
+ <!--<![endif]-->
93
+ <!--[if gte IE 6]>-->
94
+ <p>
95
+ Either scripts and active content are not permitted to run or Adobe Flash Player version
96
+ 10.0.0 or greater is not installed.
97
+ </p>
98
+ <!--<![endif]-->
99
+ <a href="http://www.adobe.com/go/getflashplayer">
100
+ <img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash Player" />
101
+ </a>
102
+ <!--[if !IE]>-->
103
+ </object>
104
+ <!--<![endif]-->
105
+ </object>
106
+ </noscript>
107
+ </body>
108
+ </html>
@@ -2,6 +2,22 @@
2
2
  SmartFoxServer 2X Administration Tool
3
3
  =====================================
4
4
 
5
+ v1.5.2
6
+ ======
7
+
8
+ New features
9
+ ------------
10
+ - License Manager module now features a "Reload" button to make SmartFoxServer hot reload the license in case of changes (e.g max CCU upgrade), thus avoiding a full server restart (requires SmartFoxServer 2X v2.11 or later)
11
+ - New setting in License Module to activate an email notification in case the number of users currently connected to the server are approaching the maximum CCU number of the license.
12
+
13
+ v1.5.1
14
+ ======
15
+
16
+ New features
17
+ ------------
18
+ - Dashboard module now shows both SmartFoxServer process CPU load and total system CPU load.
19
+
20
+
5
21
  v1.5.0
6
22
  ======
7
23
 
@@ -51,7 +51,7 @@
51
51
  attributes.name = "AdminTool";
52
52
  attributes.align = "middle";
53
53
  swfobject.embedSWF(
54
- "AdminTool.swf?v=1.5.0", "flashContent",
54
+ "AdminTool.swf?v=1.5.1", "flashContent",
55
55
  "100%", "100%",
56
56
  swfVersionStr, xiSwfUrlStr,
57
57
  flashvars, params, attributes);
@@ -78,13 +78,13 @@
78
78
 
79
79
  <noscript>
80
80
  <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="100%" height="100%" id="AdminTool">
81
- <param name="movie" value="AdminTool.swf?v=1.5.0" />
81
+ <param name="movie" value="AdminTool.swf?v=1.5.1" />
82
82
  <param name="quality" value="high" />
83
83
  <param name="bgcolor" value="#ffffff" />
84
84
  <param name="allowScriptAccess" value="sameDomain" />
85
85
  <param name="allowFullScreen" value="true" />
86
86
  <!--[if !IE]>-->
87
- <object type="application/x-shockwave-flash" data="AdminTool.swf?v=1.5.0" width="100%" height="100%">
87
+ <object type="application/x-shockwave-flash" data="AdminTool.swf?v=1.5.1" width="100%" height="100%">
88
88
  <param name="quality" value="high" />
89
89
  <param name="bgcolor" value="#ffffff" />
90
90
  <param name="allowScriptAccess" value="sameDomain" />
@@ -0,0 +1,9 @@
1
+ ANTLR 4 License
2
+ [The BSD License]
3
+ Copyright (c) 2012 Terence Parr and Sam Harwell
4
+ All rights reserved.
5
+ Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
6
+ Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
7
+ Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
8
+ Neither the name of the author nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
9
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
@@ -0,0 +1,9 @@
1
+ StringTemplate v3, v4 License
2
+ [The BSD License]
3
+ Copyright (c) 2012 Terence Parr
4
+ All rights reserved.
5
+ Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
6
+ Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
7
+ Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
8
+ Neither the name of the author nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
9
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
@@ -1,5 +1,5 @@
1
1
  module Rubyfox
2
2
  module Server
3
- VERSION = "2.9.2.0"
3
+ VERSION = "2.11.1.0"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubyfox-server
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.9.2.0
4
+ version: 2.11.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter Suschlik
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-01-20 00:00:00.000000000 Z
11
+ date: 2016-07-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor
@@ -64,7 +64,7 @@ files:
64
64
  - ".travis.yml"
65
65
  - Gemfile
66
66
  - LICENSE.txt
67
- - README.rdoc
67
+ - README.md
68
68
  - Rakefile
69
69
  - bin/smartfox
70
70
  - lib/rubyfox/server.rb
@@ -832,6 +832,8 @@ files:
832
832
  - lib/rubyfox/server/data/lib/Lib/xmlrpclib.py
833
833
  - lib/rubyfox/server/data/lib/Lib/zipfile.py
834
834
  - lib/rubyfox/server/data/lib/Lib/zlib.py
835
+ - lib/rubyfox/server/data/lib/SFS2XVersion.class
836
+ - lib/rubyfox/server/data/lib/antlr-2.7.7.jar
835
837
  - lib/rubyfox/server/data/lib/boot.jar
836
838
  - lib/rubyfox/server/data/lib/cachedir/.keep
837
839
  - lib/rubyfox/server/data/lib/commons-beanutils-1.7.0.jar
@@ -1015,6 +1017,7 @@ files:
1015
1017
  - lib/rubyfox/server/data/lib/slf4j-api-1.7.5.jar
1016
1018
  - lib/rubyfox/server/data/lib/slf4j-log4j12-1.7.5.jar
1017
1019
  - lib/rubyfox/server/data/lib/smtp.jar
1020
+ - lib/rubyfox/server/data/lib/stringtemplate-3.2.1.jar
1018
1021
  - lib/rubyfox/server/data/lib/terracotta-api-1.1.1.jar
1019
1022
  - lib/rubyfox/server/data/lib/xpp3_min-1.1.4c.jar
1020
1023
  - lib/rubyfox/server/data/lib/xstream-1.3.1.jar
@@ -1034,6 +1037,7 @@ files:
1034
1037
  - lib/rubyfox/server/data/www/root/_images_/favicon.png
1035
1038
  - lib/rubyfox/server/data/www/root/_images_/logo_smartfoxserver.png
1036
1039
  - lib/rubyfox/server/data/www/root/admin/.keep
1040
+ - lib/rubyfox/server/data/www/root/admin/AdminTool.html
1037
1041
  - lib/rubyfox/server/data/www/root/admin/AdminTool.swf
1038
1042
  - lib/rubyfox/server/data/www/root/admin/ReleaseNotes.txt
1039
1043
  - lib/rubyfox/server/data/www/root/admin/assets/icons/tabs/adobeFlashPlayer.png
@@ -1115,6 +1119,8 @@ files:
1115
1119
  - lib/rubyfox/server/data/www/sfs2x-ws.xml
1116
1120
  - lib/rubyfox/server/data/zones/.keep
1117
1121
  - lib/rubyfox/server/environment.rb
1122
+ - lib/rubyfox/server/third-party-licenses/Antlr-license.txt
1123
+ - lib/rubyfox/server/third-party-licenses/StringTemplate-license.txt
1118
1124
  - lib/rubyfox/server/version.rb
1119
1125
  - rubyfox-server.gemspec
1120
1126
  - spec/rubyfox/server/environment_spec.rb
@@ -1139,7 +1145,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
1139
1145
  version: '0'
1140
1146
  requirements: []
1141
1147
  rubyforge_project:
1142
- rubygems_version: 2.2.2
1148
+ rubygems_version: 2.5.1
1143
1149
  signing_key:
1144
1150
  specification_version: 4
1145
1151
  summary: ''
@@ -1,51 +0,0 @@
1
- = Rubyfox server
2
-
3
- SmartFox Server bundled as a gem.
4
-
5
- Gem[https://rubygems.org/gems/rubyfox-server] |
6
- Source[https://github.com/neopoly/rubyfox-server] |
7
- Documentation[http://rubydoc.info/github/neopoly/rubyfox-server/master/file/README.rdoc]
8
-
9
- See http://www.smartfoxserver.com
10
-
11
- == Installation
12
-
13
- gem install rubyfox-server
14
-
15
- == Usage
16
-
17
- smartfox install /path/to/smartfox
18
-
19
- smartfox config /path/to/smartfox /path/to/template/dir
20
-
21
- smartfox start /path/to/smartfox
22
-
23
- === Help
24
-
25
- Commands:
26
- smartfox configure TARGET_DIR TEMPLATE_DIR # Configure SmartFox Server in TARGET_DIR via TEMPLATE_DIR
27
- smartfox help [COMMAND] # Describe available commands or one specific command
28
- smartfox install TARGET_DIR # Install SmartFox Server into TARGET_DIR
29
- smartfox start TARGET_DIR # Start SmartFox Server in TARGET_DIR
30
- smartfox version # Display version of this command
31
-
32
- == Version
33
-
34
- The version of this gem is tied to the real version of SmartFox Server.
35
-
36
- Example: Gem version 2.3.0.x contains SmartFox Server version 2.3.0.
37
-
38
- == Contributing
39
-
40
- 1. Fork it
41
- 2. Create your feature branch (`git checkout -b my-new-feature`)
42
- 3. Commit your changes (`git commit -am 'Add some feature'`)
43
- 4. Push to the branch (`git push origin my-new-feature`)
44
- 5. Create new Pull Request
45
-
46
- == Release
47
-
48
- 1. Edit version.rb
49
- 2. git commit -m "Release X.Y.Z.P"
50
- 2. rake release
51
- 3. git push