Uses Ruby/Sinatra to serve up an archived conversation from an iPhone sms.db sqlite file.
bundle install
- Copy your sms.db file to the db directory (see here for instructions)
ADDRESS=[phone number] ruby server.rb
If using pow, create a .powrc file to handle the environment:
echo 'export ADDRESS=[phone number]' > .powrc
, and then link the directory to
~/.pow
like normal. Site should then be available at http://valentine.dev