Project

General

Profile

Bug #5663

Updated by Tom Clegg about 9 years ago

-apps/workbench/config/application.yml.example apps/workbench/config/application.yml.example should put "foobar" into secret_token, instead of "~"- "rake secret" should work without a secret_token configured "~" -- the instructions say to run "$ rake secret" to generate secret_token, but "$ rake secret" does not work unless you have something in the field already. 

 <pre> 
 $ rake secret 
 rake aborted! 
 Refusing to start in development mode with missing configuration. 

 The following configuration settings must be specified in 
 config/application.yml: 
 * secret_token 
 </pre> 



 http://doc.arvados.org/install/install-workbench-app.html 
 https://arvados.org/projects/arvados/wiki/Hacking_Workbench 

 (a bigger story is to write up doc: how to start workbench instance from scratch to connect to existing api servers)

Back