-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathREADME
More file actions
20 lines (15 loc) · 716 Bytes
/
Copy pathREADME
File metadata and controls
20 lines (15 loc) · 716 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Band notifier is a simple app used to manage gigs for music bands.
You can track gigs by date, and even notify band members by e-mail if you wish
Installation:
git clone git://github.com/babinho/Band-notifier.git
cd Band-notifier
bundle install
rake db:migrate
# create admin user for the application
rake app:setup
Set the configuration values for your mail in config/initializers/setup_mail.rb
cp config/initializers/setup_mail.rb.example config/initializers/setup_mail.rb
rails s
Big thanx to bobfly for adding mobile views.
That should be it, if someone wants to add something else to the readme, fork and make a pull request.
This application is a rewrite of a similar application i wrote in asp.net mvc.