So, I’m playing around with the idea of setting up and running an AresMUSH (mostly I’m super keen on more scifi games) – realizing fully its very beta
– and here’s the issues I had with installation, for some feedback:
-
I had to ‘gem install bundler’ to get bin/configure to work, as my system-wide bundler wasn’t found when rvm was used. This is entirely possibly based on my server being goofy and/or my error.
-
Its not clear what ‘web socket port’ is (it is in the server.yml but not during installation)
-
It prompted me for a database password but a) redis wasn’t configured with one, and b) it didn’t write it to secrets.yml. Now, since there was no password b) is fine except it still tried to AUTH even though no password was set.
-
I get these errors when running anything:
/home/ares/.rvm/gems/ruby-2.3.0/gems/ansi-1.4.3/lib/ansi/chart.rb:26: warning: key :concealed is duplicated and overwritten on line 29
/home/ares/.rvm/gems/ruby-2.3.0/gems/wikidot-api-0.0.6/lib/wikidot_api.rb:6: warning: already initialized constant XMLRPC::Config::ENABLE_NIL_CREATE
/home/ares/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/xmlrpc/config.rb:26: warning: previous definition of ENABLE_NIL_CREATE was here
/home/ares/.rvm/gems/ruby-2.3.0/gems/wikidot-api-0.0.6/lib/wikidot_api.rb:7: warning: already initialized constant XMLRPC::Config::ENABLE_NIL_PARSER
/home/ares/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/xmlrpc/config.rb:27: warning: previous definition of ENABLE_NIL_PARSER was here
I consider this actually going pretty darn smooth 