public
Description: personal bookshelf application, rails based.
Homepage: http://github.com/caffo/bookqueue/wikis
Clone URL: git://github.com/caffo/bookqueue.git
caffo (author)
Thu Oct 08 11:17:58 -0700 2009
commit  bf33b1b51de2982b8efffb0b14c13fca1672151d
tree    b58681f7ddc62152b9c9ed52cf4701fc58fc90ab
parent  ce9558f094c2c4e9333502bf074ead46557eda7b
bookqueue / README
100644 56 lines (39 sloc) 1.957 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
= bookqueue
 
bookqueue is a bookshelf application done in rails. under heavy development,
the current features includes:
 
* Categorize your books in 3 main categories (Next/Current/Finished)
* File upload for covers
* RSS feed with queue activity
* Twitter integration
 
== REQUIREMENTS:
 
* rails 2.1 (vendored)
* some gems (vendored too)
* imagemagick for cover manipulation
 
 
== INSTRUCTIONS:
 
- mkdir log
- create a config/database.yml (rename and edit config/database.yml.example)
- modify the session secret
- rake db:migrate RAILS_ENV=production
- modify config/amazon_s3.yml with your amazon s3 credentials (covers are uploaded to s3)
- setup the webserver to access the app
- access '/signup' and create your admin user.
 
You can later login into the admin area accessing '/login'. Feel free to customize the config.yml file with fancy configatron options.
 
 
== LICENSE:
 
(The MIT License)
 
Copyright (c) 2008 Rodrigo Franco
 
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
'Software'), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:
 
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.
 
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.