Clean up a bit.
author |
Steve Losh <steve@stevelosh.com> |
date |
Tue, 04 Oct 2011 19:06:19 -0400 |
parents |
e10e3e94781d |
children |
93801c389112 |
newseasons
==========
A simple Clojure webapp that notifies users when new seasons of their favorite
TV shows hit iTunes.
Requirements
------------
[Vagrant](http://vagrantup.com/).
Usage
-----
Clone down the repo:
hg clone http://bitbucket.org/sjl/newseasons
# or
git clone http://github.com/sjl/newseasons
cd newseasons
Spin up a VM, SSH in, and set up the environment:
vagrant up
ssh vagrant
cd /vagrant
cp src/newseasons/settings-vagrant.clj src/newseasons/settings.clj
lein deps
Run the web server (while SSH'ed in):
lein run
To run the check-for-new-seasons/notify-users loop:
lein run :refresh
License
-------
Copyright (C) 2011 Steve Losh, MIT Licensed