Hello,I am having problems at executing 'packaging/chorus_control.sh start postgres' to build a package for deployment. The link leading to 'build instructions' is broken and I don't know if I may be missing something.
When I execute 'packaging/chorus_control.sh start postgres' I get the error: 'No config/secret.key file found. Run rake development:init or rake development:generate_secret_key'
I try to execute 'rake development:init' and I get:
'Could not find rake-10.3.2 in any of the sources
Run `bundle install` to install missing gems.'
The problem is that when I run bundle install I get stuck in
'Fetching source index from https://rubygems.org/'I have been trying to show debugging output but it is not showing anything. Could you give a clue of what are the steps necessary in 'build instructions' or what else needs to be done? We have executed bundle install for about 15 minutes and didn't get any result.
Thank you