Template:Installation/Configuration: Difference between revisions

From diaspora* project wiki
No edit summary
m (MrZYX moved page User:MrZYX/WIP:Installation/Configuration to Template:Installation/Configuration without leaving a redirect)

Revision as of 22:44, 19 July 2013

Carefully review these files, they are extensively commented.

Important values

  • environment.url: Set the public facing URL to your pod here, for example for https://pod.geraspora.de this would be https://pod.geraspora.de
  • environment.certificate_authorities: You have to set this, one of the examples should fit. If the file in the example doesn't exist you're missing a package, in most cases it's named ca-certificates.
  • environment.require_ssl: If for some reason you can't run your pod on HTTPS (we highly encourage you to do it!), set this to false to prevent a redirect from http:// to https://
  • server.rails_environment: You want to set this to . The server section is read by ./script/server and most alternative startup methods to setup the correct environment.