IT/Community/WG/Discourse: Difference between revisions

Jump to navigation Jump to search
m
minor edits
m (minor edits)
Line 8: Line 8:
=Summary=
=Summary=


[http://discourse.mozilla-community.org/ Test site] on mozilla-community.org.
[https://discourse.mozilla-community.org/ Test site] on mozilla-community.org.


= Documentation =
= Documentation =
Line 26: Line 26:
Webheads are automatically scaled depending on demand. To find instances, search for <i>aws:autoscaling:groupName : csa-discourse-production-as</i>.
Webheads are automatically scaled depending on demand. To find instances, search for <i>aws:autoscaling:groupName : csa-discourse-production-as</i>.


=== Postgresql ===
=== PostgreSQL ===
* '''Version:''' 9.3.3
* '''Version:''' 9.3.3


Line 60: Line 60:
=== Install Discourse ===
=== Install Discourse ===
   # Update Ubuntu
   # Update Ubuntu
   sudo apt-get update && sudo apt-get upgrade     
   sudo apt-get update && sudo apt-get dist-upgrade     
    
    
   # Install Docker and git
   # Install Docker and git
Line 91: Line 91:
     DISCOURSE_SMTP_PORT: 587
     DISCOURSE_SMTP_PORT: 587
     DISCOURSE_SMTP_USER_NAME: USERNAME # Change this to the Amazon SES username
     DISCOURSE_SMTP_USER_NAME: USERNAME # Change this to the Amazon SES username
     DISCOURSE_SMTP_PASSWORD: PASSWORD # Change this to the Amazin SES password
     DISCOURSE_SMTP_PASSWORD: PASSWORD # Change this to the Amazon SES password
     # New Relic
     # New Relic
     NEW_RELIC_LICENSE_KEY: 123456789abcdef # Add a NR key
     NEW_RELIC_LICENSE_KEY: 123456789abcdef # Add a NR key
Line 154: Line 154:


=== Bootstrap Discourse ===
=== Bootstrap Discourse ===
To bootstrap Discourse, run
To bootstrap Discourse, enter the /var/discourse directory, and then run


   ./launcher bootstrap app
   ./launcher bootstrap app
Confirmed users
14

edits

Navigation menu