Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zapnap/refinerycms-applicants
Adds a lightweight applicant management engine to Refinery CMS (v1.0.x)
https://github.com/zapnap/refinerycms-applicants
Last synced: about 2 months ago
JSON representation
Adds a lightweight applicant management engine to Refinery CMS (v1.0.x)
- Host: GitHub
- URL: https://github.com/zapnap/refinerycms-applicants
- Owner: zapnap
- License: mit
- Created: 2013-09-07T14:01:22.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-01-17T21:35:47.000Z (almost 11 years ago)
- Last Synced: 2024-10-19T03:43:28.571Z (3 months ago)
- Language: Ruby
- Size: 238 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Applicants engine for Refinery CMS
## About
Adds a lightweight applicant management engine to your Refinery-based site.
Visitors can apply to be part of your program, exhibit at your event, etc by
filling out a form. You can add and edit questions for the form and manage
visitor submissions via the Refinery admin interface.## Requirements
[Refinery CMS](http://refinerycms.com) version 1.0.x. This plugin does _not_
work with Refinery 2.x. Sorry. It's extracted from a couple older Refinery sites
that are still being maintained. Pull requests welcome if someone wants to
modernize it :).## Installation
Include the latest [gem](http://rubygems.org/gems/refinerycms-applicants) into your
Refinery CMS application's Gemfile:```ruby
gem "refinerycms-applicants"
```Then run the following commands to install the Gem and migrate your database:
bundle install
rails generate refinerycms_applicants
rake db:migrateIf you wish to enable email notifications, log into the Refinery admin and edit
the applicant_recipients setting. It should be the email address of the
recipient, or can be a comma-delimited list of addresses.