Skip to content
This repository has been archived by the owner on Jun 2, 2019. It is now read-only.

X1Zeth2X/zimmerman

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project has been deprecated. Check out the better version @ Zimmermanv2

Zimmerman

This is Konishi's Back-End written in Python.

Requirements

This version uses PostgreSQL(10) although you can use SQLite if you wish to.

When creating a Postgres Database, make sure to name it 'konishidb' or whatever you like and change the config name for the database in 'config.py'

Zimmerman is written in Python 3.6 to install Python 3.6 simply use:

OS/Distro Command
Ubuntu 16.04 and Older You will need to install using the PPA or a 3rd party Python distribution (i.e. Anaconda)
Ubuntu 16.10+ sudo apt install python3.6
Arch Linux sudo pacman -Syy python3
Gentoo sudo emerge -av dev-lang/python

To install the requirements from 'requirements.txt' in a virtualenv run the following:

  1. pip install virtualenv
  2. virtualenv konishienv
  3. source konishienv/bin/activate
  4. pip install -r requirements.txt

Running the Application

$ python3.6 app.py

About

Konishi Back End

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 92.1%
  • HTML 7.9%