Skip to content

x89/qdb

 
 

Repository files navigation

QDB

Build Status

Installation

Create a virtualenv for python 3:

$ virtualenv -p python3 .virtualenv

Activate the virtualenv:

$ source ./.virtualenv/bin/activate

Install dependencies with pip:

$ pip install -r requirements.txt

Or if you want to run with postgres:

$ pip install -r requirements_pg.txt

Copy the config example file to config.py:

$ cp config.example.py config.py

Replace the data in config.py as needed.

Run the application:

$ ./run

Check the URL given on the command line to make sure it works.

About

IRC quote database

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 55.8%
  • HTML 17.7%
  • JavaScript 12.8%
  • CSS 11.7%
  • Shell 2.0%