Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 920 Bytes

README.md

File metadata and controls

31 lines (24 loc) · 920 Bytes

ChordPro to PDF

Create your own, beautiful looking, one paged song sheets

Run the app locally

  1. Install Python
  2. Run pip install -r requirements.txt
  3. cd into the app directory
  4. (optional: create your own users)
    • Run python tabledef.py
    • Edit create_users.py with your users and passwords
    • Run python create_users.py
  5. Run python ChordProToPDF.py
  6. Access the running app in a browser at http://localhost:8080
  7. Log in (default user: admin, password: admin)
  8. Select Man of sorrows - C.rtf from the samples directory

Run app locally with docker:

  1. Install docker
  2. docker build -t chordpro .
  3. docker run -d -p 8080:80 --name chordpro --rm chordpro