Skip to content

jwncoexists/digginit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Allows users to create public and private Markdown-based wikis.

Setup

Establish SendGrid User Account:

  1. This program uses SendGrid email via Heroku. Do the following to establish a user account on Heroku via the command prompt:
  • heroku auth:logout
  • heroku addons:add sendgrid:starter
  1. Verify SendGrid was successfully installed by typing 'heroku addons'

  2. Get Sendgrid's user name and password, type:

  • heroku config:get SENDGRID_USERNAME
  • heroku config:get SENDGRID_PASSWORD
  1. To configure your SendGrid user name/password, copy the "config/application.example.yml" file, and remove "example" from the name, then specify your configurations in this file. Your application.yml should contain your sensitive credentials. It should be included in .gitnore as well.

Usage

About

Allows users to create public and private Markdown-based wikis.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published