-
Notifications
You must be signed in to change notification settings - Fork 92
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
Cannot get console to work #32
Comments
It sounds like your configuration isn't all set up to talk to S3 correctly? Make sure that your config files are correct (see the wiki) -- and that CloudCrowd can find the config when starting up. |
I have the same problem with the default file generate by crowd install: :central_server: http://localhost:9173 I deleted the file to check if crowd was found it, and I think it is found, because the error when I remove it is:
I am not trying to use S3 in the example, so I think it is not the problem.. Someone can help me? |
Same here |
Everything still works without 'tmpdir' but not producing uninitialized constant CloudCrowd::AssetStore (NameError)
Somehow works while not requiring 'tmpdir' |
Hi,
I succesfully started the server and a node. But the console doesn't want to work.
/home/storm/.rvm/gems/ruby-1.8.7-p352@storming/gems/activesupport-2.3.14/lib/active_support/dependencies.rb:466:in `load_missing_constant': uninitialized constant CloudCrowd::AssetStore (NameError)
Can anyone help out?
ER
The text was updated successfully, but these errors were encountered: