2017 © Pedro Peláez
 

library stronglyworded

No-frills web app for form letter generation.

image

greatislander/stronglyworded

No-frills web app for form letter generation.

  • Saturday, November 12, 2016
  • by greatislander
  • Repository
  • 1 Watchers
  • 0 Stars
  • 1 Installations
  • CSS
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Packagist, (*1)

Strongly Worded

Strongly Worded is a simple web application which lets you create customizable form letters which signees can fill out and turn into PDF for printing and mailing. Built as an alternative to electronic petition sites, Strongly Worded can be used to facilitate civic engagement by mail., (*2)

Requires PHP >= 5.6., (*3)

Usage (LAMP/LEMP Server)

  1. Clone this repo: git clone https://github.com/greatislander/stronglyworded.git.
  2. Run composer install from within it (maybe you need to install Composer first).
  3. Edit config.yml to suit your needs.
  4. Replace the contents of content/body.md with your letter.
  5. Replace the contents of content/intro.md with an introduction explaining your letter to visitors.
  6. Commit your changes: git commit -am "Update configuration and content." (optional).
  7. Upload the folder's contents (including vendor) to the webroot of a LAMP or LEMP server.

Usage (Heroku)

  1. Clone this repo: git clone https://github.com/greatislander/stronglyworded.git.
  2. Edit config.yml to suit your needs.
  3. Replace the contents of content/body.md with your letter.
  4. Replace the contents of content/intro.md with an introduction explaining your letter to visitors.
  5. Commit your changes: git commit -am "Update configuration and content.".
  6. Log in to your Heroku account (maybe you need to install the Heroku CLI first): heroku login.
  7. Create an app on Heroku: heroku create.
  8. Deploy your code: git push heroku master.
  9. Ensure that at least one instance of your app is running: heroku ps:scale web=1.
  10. Open your app: heroku open.

The Versions

12/11 2016

dev-master

9999999-dev

No-frills web app for form letter generation.

  Sources   Download

MIT

The Requires

 

The Development Requires

12/11 2016

v1.0

1.0.0.0

No-frills web based form letter generator.

  Sources   Download

MIT

The Requires

 

The Development Requires