Template talk:Installation/Common: Difference between revisions

From diaspora* project wiki
(Created page with "== ENV for script/server and rake assets:precompile == User:Eins78 Those changes shouldn't be necessary. `rake assets:precompile` automatically runs in production mode (n...")
 
mNo edit summary
Line 1: Line 1:
== ENV for script/server and rake assets:precompile ==
== ENV for script/server and rake assets:precompile ==


[[User:Eins78]] Those changes shouldn't be necessary. `rake assets:precompile` automatically runs in production mode (not that it would matter if it runs in development). `script/server` should read and set `RAILS_ENV` from `config/diaspora.yml`, was that not the case for you? Did you maybe forget to uncomment the corresponding line? --[[User:MrZYX|MrZYX]] ([[User talk:MrZYX|talk]]) 19:59, 20 February 2014 (UTC)
[[User:Eins78]] Those changes shouldn't be necessary. <tt>rake assets:precompile</tt> automatically runs in production mode (not that it would matter if it runs in development). <tt>script/server</tt> should read and set <tt>RAILS_ENV</tt> from <tt>config/diaspora.yml</tt>, was that not the case for you? Did you maybe forget to uncomment the corresponding line? --[[User:MrZYX|MrZYX]] ([[User talk:MrZYX|talk]]) 19:59, 20 February 2014 (UTC)

Revision as of 20:00, 20 February 2014

ENV for script/server and rake assets:precompile

User:Eins78 Those changes shouldn't be necessary. rake assets:precompile automatically runs in production mode (not that it would matter if it runs in development). script/server should read and set RAILS_ENV from config/diaspora.yml, was that not the case for you? Did you maybe forget to uncomment the corresponding line? --MrZYX (talk) 19:59, 20 February 2014 (UTC)