Browse Source

Merge branch 'master' of https://git.vvvvvvaria.org/mb/pad2pdf

pull/30/head
systers 3 years ago
parent
commit
d3e3892ccf
  1. 16
      README.md

16
README.md

@ -3,9 +3,14 @@
work-in-progressssss
collaborative editing space for PDF making using pads (closely linked to the wonderful Ethertoff project <http://osp.kitchen/tools/ethertoff/>)
work-in-process, collaborative editing space for PDF making using pads (<> Ethertoff project http://osp.kitchen/tools/ethertoff/ <> JupyterPi https://git.xpub.nl/XPUB/jupyterpi)
## Installation steps
## Install a new instance on the server
`git clone https://git.vvvvvvaria.org/mb/pad2pdf.git`
`cd pad2pdf`
`python3 -m venv venvfolder`
@ -13,11 +18,6 @@ collaborative editing space for PDF making using pads (closely linked to the won
`pip install -r requirements.txt`
## Run it locally
`python3 start.py`
open it in the browser at the following address:
`localhost:5577`
Then: configure the webserver to listen to the port of the flask application, for example with a subdomain.

Loading…
Cancel
Save