NewsPen/README.md

29 lines
967 B
Markdown
Raw Permalink Normal View History

2017-11-29 21:48:27 -07:00
NewsPen
========
2017-04-26 00:46:49 -06:00
2017-11-29 21:48:27 -07:00
Painless newsletter creation and mailing list management.
2017-04-26 00:46:49 -06:00
2017-11-29 21:48:27 -07:00
https://netsyms.biz/apps/newspen
2017-05-07 00:35:12 -06:00
2017-11-29 21:48:27 -07:00
Features
--------
2017-04-26 00:46:49 -06:00
2017-11-29 21:48:27 -07:00
**Simple Editing**
Just click and type. Everything else, like design and layout, will be taken
care of automatically.
2017-04-26 00:46:49 -06:00
2017-11-29 21:48:27 -07:00
**List Management**
Import and manage email addresses, then send a newsletter with a couple clicks.
2017-04-26 00:46:49 -06:00
2017-11-29 21:48:27 -07:00
Installing
----------
2017-04-26 00:46:49 -06:00
2017-11-29 21:48:27 -07:00
0. Follow the installation directions for [AccountHub](https://source.netsyms.com/Business/AccountHub), then download this app somewhere.
1. Copy `settings.template.php` to `settings.php`
2. Import `database.sql` into your database server
3. Edit `settings.php` and fill in your DB info
4. Set the location of the AccountHub API in `settings.php` (see "PORTAL_API") and enter an API key ("PORTAL_KEY")
5. Set the location of the AccountHub home page ("PORTAL_URL")
6. Set the URL of this app ("URL")
7. Run `composer install` (or `composer.phar install`) to install dependency libraries.