/parabolas-manpages

A foray into manual page indexing

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

parabolas-manpages

Dependencies

  • mandoc
  • python3

Usage

  1. Install pip dependencies
pip install -r requirements.txt
  1. Run the indexer
flask run-indexer
  1. Run the web server
flask run

or

gunicorn web:create_app()