Skip to content

pearkes/discourse-terraform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

discourse-terraform

This is a guide and a set of Terraform configuration files to automatically configure discourse.

You can run the Terraform files with the following command:

$ terraform apply \
    -var 'developer_email=YOUR_ACCESS_KEY' \
    -var 'smtp_password=YOUR_SECRET_KEY' \
    -var 'domain=YOUR_DOMAIN' \
    -var 'ssh_key_id=YOUR_SSH_KEY_ID' \
    -var 'do_token=YOUR_DO_TOKEN' \
    -var 'mailgun_token=YOUR_MAILGUN_TOKEN' \
    -var 'ssh_key_path=/path/to/private/key'

It's based on the Discourse easy install guide.

Running

Follow the blog post.

About

A set of Terraform configurations to launch Discourse on DigitalOcean

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •