Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"shomen-server" running error #1

Open
luckypoem opened this issue Apr 12, 2014 · 1 comment
Open

"shomen-server" running error #1

luckypoem opened this issue Apr 12, 2014 · 1 comment
Assignees

Comments

@luckypoem
Copy link

hi.
as3:/shomen-server# ls
Assembly Gemfile LICENSE.txt meta Rulefile
bin lib MANIFEST.txt README.md
as3:
/shomen-server# ls bin
shomen-server
as3:/shomen-server# ./bin/shomen-server
/usr/local/ruby/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:45:in require': cannot load such file -- shomen-server (LoadError) from /usr/local/ruby/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:45:inrequire'
from ./bin/shomen-server:2:in `

'
as3:/shomen-server#

tks for your reply!

@trans trans self-assigned this Jan 18, 2015
@trans
Copy link
Member

trans commented Jan 18, 2015

If you are trying to run it from the repo directly you will need to use:

$ bundle exec bin/shomen-server

or

$ ruby -Ilib bin/shomen_server

So that require can find the necessary files in lib/.

(Sorry about the delay on this. I have not been getting issue reports in my email, and only recently discovered this.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants