Skip to content

sophiamanns/schreibdochmalwieder

Repository files navigation

schreibdochmalwieder

An Application to create custom letter paper from digitized herbarium data of Gleimhaus and graphical artworks of Eugen Diederichs Verlag at ThULB. The authors of this software provide access to an instance of this software at schreibdochmalwieder.trollofix.com.

This project was created during, and entered into the compition of the culture hackathon Coding Da Vinci Ost 2018 from April - June 2018 at the Leipzig University Library.

Prerequisites

This software is developed with and for Python3.6.

The recommended deployment method is via docker and docker-compose. Please refer to the official docker compose documentation for more information on how to setup docker compose on your machine.

You need git to checkout the latest version of schreibdochmalwieder from github and Python3 to generate the assets.

Clone the repository using git.

$ git clone https://github.com/sophiamanns/schreibdochmalwieder

Deployment

Install the requirements

$ pip install -r requirements.txt

Build the assets

$ make generate-letterpaper

Build and run the container:

$ docker-compose up -d

Alternatively you can use the method from Makefile to perform all of the above steps, except the cloning

Quick Deployment

Invoke the following command after cloning the repo to perform all steps required to run access your personal version of schreibdochmalwieder on your machine at http://localhost:8000

$ make all

Development

You are welcome to this project with your contribution, either by adding additional content, creating new features or fixing bugs.

License

  • GNU General Public License v3

Collaborators

  • Annika Schröer
  • Sophia Manns
  • Florian Rämisch

About

Create your own writing paper with real flowers and beautiful graphic art!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published