miyagawa / remedie

perl based pluggable media center application

remedie / HACKING
a0f0dd2f » miyagawa 2008-11-17 update HACKING 1 == INSTALL
2
4d81f977 » miyagawa 2009-01-12 Auto install the SQLite dat... 3 Remedie is under development and requires lots of hacking.
335d7c5e » miyagawa 2008-11-01 add 4
4d81f977 » miyagawa 2009-01-12 Auto install the SQLite dat... 5 Pull the latest code from git using git pull or github download, then run:
335d7c5e » miyagawa 2008-11-01 add 6
b16c50fc » miyagawa 2009-02-05 -Ilib is not necessary 7 > perl ./bin/remedie-server.pl
335d7c5e » miyagawa 2008-11-01 add 8
a0f0dd2f » miyagawa 2008-11-17 update HACKING 9 and access http://localhost:10010/ to see the app running. The logs
10 and app cache are stored in ~/.remedie and ~/.plagger dirctory.
335d7c5e » miyagawa 2008-11-01 add 11
8ef1fb75 » miyagawa 2008-12-10 update the stale keyboard s... 12 You can type 'R' (shift+r) to refresh all feeds from UI. Type 'H'
13 (shift+h) to see the list of available keyboard shortcuts.
335d7c5e » miyagawa 2008-11-01 add 14
15 I hope this will eventually become standalone installable app using preferencePanes etc.
a0f0dd2f » miyagawa 2008-11-17 update HACKING 16
4d81f977 » miyagawa 2009-01-12 Auto install the SQLite dat... 17 == CLEANING UP DATABASE
18
b16c50fc » miyagawa 2009-02-05 -Ilib is not necessary 19 For now, stop the `remedie-server.pl` process by `kill` or Ctrl-C, and then
4d81f977 » miyagawa 2009-01-12 Auto install the SQLite dat... 20
21 > rm -r ~/.remedie
22
b16c50fc » miyagawa 2009-02-05 -Ilib is not necessary 23 to clean the database, Running `remedie-server.pl` will automatically
24 re-initialize SQLite database. When we change the schema you might
4d81f977 » miyagawa 2009-01-12 Auto install the SQLite dat... 25 need to do that again (and that will lose all your items in the
26 database!) until we come up with a decent schema upgrading system.
27
275f5fa5 » miyagawa 2008-11-19 Added debugging 28 == DEBUGGING
29
30 Got a black screen or JavaScript alert "Can't load subscription"? Try:
31
b16c50fc » miyagawa 2009-02-05 -Ilib is not necessary 32 > env REMEDIE_DEBUG=1 ./bin/remedie-server.pl
275f5fa5 » miyagawa 2008-11-19 Added debugging 33
eab22790 » miyagawa 2009-03-17 remove the perl deps check ... 34 and see ~/.remedie/logs/error.log for the errors.
275f5fa5 » miyagawa 2008-11-19 Added debugging 35
a0f0dd2f » miyagawa 2008-11-17 update HACKING 36 == TODO
37
235cf1e8 » miyagawa 2009-01-09 remove TODO from HACKING be... 38 See http://code.google.com/p/remedie/issues/list for current issues and TODOs.