miyagawa / remedie
- Source
- Commits
- Network (9)
- Issues (114)
- Downloads (61)
- Wiki (3)
- Graphs
-
Tree:
b68794b
remedie / HACKING
| a0f0dd2f » | miyagawa | 2008-11-17 | 1 | == INSTALL | |
| 2 | |||||
| 4d81f977 » | miyagawa | 2009-01-12 | 3 | Remedie is under development and requires lots of hacking. | |
| 335d7c5e » | miyagawa | 2008-11-01 | 4 | ||
| 4d81f977 » | miyagawa | 2009-01-12 | 5 | Pull the latest code from git using git pull or github download, then run: | |
| 335d7c5e » | miyagawa | 2008-11-01 | 6 | ||
| b16c50fc » | miyagawa | 2009-02-05 | 7 | > perl ./bin/remedie-server.pl | |
| 335d7c5e » | miyagawa | 2008-11-01 | 8 | ||
| a0f0dd2f » | miyagawa | 2008-11-17 | 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 | 11 | ||
| 8ef1fb75 » | miyagawa | 2008-12-10 | 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 | 14 | ||
| 15 | I hope this will eventually become standalone installable app using preferencePanes etc. | ||||
| a0f0dd2f » | miyagawa | 2008-11-17 | 16 | ||
| 4d81f977 » | miyagawa | 2009-01-12 | 17 | == CLEANING UP DATABASE | |
| 18 | |||||
| b16c50fc » | miyagawa | 2009-02-05 | 19 | For now, stop the `remedie-server.pl` process by `kill` or Ctrl-C, and then | |
| 4d81f977 » | miyagawa | 2009-01-12 | 20 | ||
| 21 | > rm -r ~/.remedie | ||||
| 22 | |||||
| b16c50fc » | miyagawa | 2009-02-05 | 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 | 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 | 28 | == DEBUGGING | |
| 29 | |||||
| 30 | Got a black screen or JavaScript alert "Can't load subscription"? Try: | ||||
| 31 | |||||
| b16c50fc » | miyagawa | 2009-02-05 | 32 | > env REMEDIE_DEBUG=1 ./bin/remedie-server.pl | |
| 275f5fa5 » | miyagawa | 2008-11-19 | 33 | ||
| eab22790 » | miyagawa | 2009-03-17 | 34 | and see ~/.remedie/logs/error.log for the errors. | |
| 275f5fa5 » | miyagawa | 2008-11-19 | 35 | ||
| a0f0dd2f » | miyagawa | 2008-11-17 | 36 | == TODO | |
| 37 | |||||
| 235cf1e8 » | miyagawa | 2009-01-09 | 38 | See http://code.google.com/p/remedie/issues/list for current issues and TODOs. | |
