Skip to content
This repository has been archived by the owner on Aug 11, 2022. It is now read-only.

Commit

Permalink
Add a bit of startup notes to the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ms-christensen committed Aug 25, 2019
1 parent ca0ddf5 commit 754cb5d
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# LBP Print Api

## Running locally

Start the Flask app
```
python3 app.py
```

Start the redis server
````
redis-server
```
Start the redis worker
```
rq worker
```
# Web app for viewing Lombard Press compliant transcriptions in PDF
One of the many advantages of encoding transcriptions or editions in a semantic
Expand Down

0 comments on commit 754cb5d

Please sign in to comment.