Skip to content

greatislander/stronglyworded

Repository files navigation

Packagist

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.

Requires PHP >= 5.6.

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.

About

No-frills web app for form letter generation.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published