Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nibalizer/fastsnotsearch
Flask app that sits in front of notmuch mail to sort SNOT tickets.
https://github.com/nibalizer/fastsnotsearch
Last synced: about 1 month ago
JSON representation
Flask app that sits in front of notmuch mail to sort SNOT tickets.
- Host: GitHub
- URL: https://github.com/nibalizer/fastsnotsearch
- Owner: nibalizer
- License: other
- Created: 2013-09-22T19:01:33.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-10-30T08:32:25.000Z (about 11 years ago)
- Last Synced: 2024-10-26T20:15:28.053Z (about 2 months ago)
- Language: JavaScript
- Size: 135 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
fast-snot-search
================A simple flask app to search snot very quickly
Components:
-----------1) cron to sync local copy of snot with real snot, pull operation, not done yet
2) web app that wraps notmuch mail searcher
Getting started:
----------------Prereqs:
# apt-get install python-notmuch notmuch-vim
# apt-get install python notmuch libnotmuch-dev apache2 libapache2-mod-wsgi python-flask
Setting up notmuch$ notmuch init
(answer some questions)
$notmuch new
To research db$ notmuch new
Development mode:
$ python app.py
Production mode:
# cp 020-fastsnotsearch /etc/apache2/sites-enabled
# service apache2 restartYou will need to create a .htpasswd directory