Closed drulang closed 10 years ago
Using ruby 2 solved the issue
@drulang I was actually testing this right when you commented.
I was able to successfully initialize the schema with ruby 1.9.3p484 by running:
crowd load_schema -c ./crowd-config
The ./crowd-config
directory contained a database.yml file containing only:
:adapter: sqlite3
And a config.yml with:
:central_server: http://localhost:8080
:max_workers: 2
:storage: filesystem
:actions_path: ./crowd-config
My guess is that there was something incorrect in the config.yml file since that's what it was apparently attempting to load in your stack trace above.
At any rate, glad it's now working for you
I keep receiving an error when trying to setup a development environment. I'm using Ubuntu 12.04.4 desktop and ruby 1.9.3p0. Any help would be greatly appreciated.
Thanks, Dru
Error when running 'crowd load_schema'
config.yml
database.yml