Skip to content

JoGir/qabel-drop

 
 

Repository files navigation

Qabel drop documentation

qabel-drop

Build Status

Qabel drop server

Requirements

  • Python 3.4
  • pip
  • PostgreSQL server 9.4
  • libpq-dev

Installation

  • virtualenv --python=python3.4 ../venv
  • source ../venv/bin/activate
  • pip install -r requirements.txt
  • cp config.py.example config.py
  • Create the database and a user inside PostgreSQL
    • CREATE DATABASE 'qabel_drop'
    • CREATE USER qabel WITH PASSWORD 'qabel_test'
    • GRANT ALL PRIVILEGES ON DATABASE qabel_drop TO qabel
  • You should change the database name, the username and the password for production, do not forget to change the config.py accordingly

About

Qabel drop server

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 93.9%
  • Shell 6.1%