/faq

Simple frequently asked questions tool for a unique theme and limited users.

Primary LanguageElixir

Faq

FAQ is a simple Phoenix/Elixir application that allows you to receive questions you can answer.

Setup

Create the following environment variables:

export MAILGUN_API_KEY=key-SOMETHING1234567890
export FAQ_APP_NAME="Sous-Vide Cooking FAQ"
export FAQ_APP_ADMINISTRATOR_NAME="Your name"
export FAQ_APP_ADMINISTRATOR_EMAIL="your@email.org"
export SECRET_KEY_BASE="generated from $ mix phoenix.gen.secret"