jellybob / devlog
- Source
- Commits
- Network (0)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
Jon Wood (author)
Thu Feb 05 05:23:47 -0800 2009
devlog /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
.gitmodules | ||
| |
README.md | ||
| |
Rakefile | ||
| |
config.ru | ||
| |
devlog.rb | ||
| |
schema.sqlite3 | ||
| |
sinatra - a177f30 | ||
| |
test/ | ||
| |
views/ |
README.md
DevLog
DevLog is a really simple logging application for developers. Kind of like the Captain's log from Star Trek, at random times you log what you're doing, or have done.
It's written using Sinatra, because I needed an excuse to play with it.
Installing
I've not tried this yet, so it might not work, but, it should be:
# Clone the app
git clone git://github.com/jellybob/devlog.git
cd devlog
# Initialise submodules
git submodule init
git submodule update
# Start
ruby devlog.rb
At which point it'll be running on port 4567.
TODO
- Tidy up database connecting, and initialisation.
- Extract the day injector out to the model.
License
I really don't care what you do with this, so long as it doesn't involve suing me, or killing kittens. I guess that counts as public domain.

