public
Description: master respository for deprec - deployment recipes for capistrano
Homepage: http://www.deprec.org/
Clone URL: git://github.com/mbailey/deprec.git
deprec / TODO.txt
100644 41 lines (26 sloc) 0.835 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
deprec/TODO.txt
 
* show downloads version/date # shows project not stale
* email OMGWTFTOAST
 
* mission
* mailing list etiquette
* bus factor 1
* getting contributions
 
use 'rake gems:install' instead of gems_for_project
 
* clean out stale tasks (from cap -T)
 
* check for cdrom line in /etc/apt/sources.list
# deb cdrom:[Ubuntu-Server 7.10 _Gutsy Gibbon_ - Release i386 (20071016)]/ gutsy main restricted
 
== Milestone 1
 
ssl problem "ssl_error_rx_record_too_long"
- remove default site?
 
sort out cert generation
 
ensure this is installed
NameVirtualHost *:80
 
<IfModule mod_ssl.c>
NameVirtualHost *:443
</IfModule>
 
 
 
== Milestone 2
* make quieter
* Stop double printing of tasks when linked to canonical name
* unlink ree when normal ruby installed
* check REE is unlinked when ruby-1.8.7 installed
 
 
== Milestone 3