update the pad links in the templates, see `templates/`
`pip install -r requirements.txt`
Then:
Then:
* init etherpump (`etherpump init`)
* init etherpump (`etherpump init`)
* configure the webserver to listen to the port of the flask application, for example with a subdomain (`cp /etc/nginx/sites-enabled/previousexample.vvvvvvaria.org.conf /etc/nginx/sites-enabled/new.vvvvvvaria.org.conf`)
* configure the webserver to listen to the port of the flask application, for example with a subdomain
* expand the current https certificate for this subdomain, using Letsencrypt
* expand the current https certificate for this subdomain
* restart nginx (`sudo service reload nginx`)
* restart nginx (`sudo service reload nginx`)
* to keep the flask application running in the background: add the new instance of pad2pdf to supervisor (`cp /etc/supervisor/conf.d/previousexample.conf new.conf`)
* to keep the flask application running in the background: add a new config to supervisor (`cp /etc/supervisor/conf.d/previousexample.conf new.conf`)
* restart supervisor (`sudo service reload supervisor`)
* restart supervisor (`sudo service reload supervisor`)
and then:
go to the URL in the browser!
# Refs
# Refs
* Ethertoff http://osp.kitchen/tools/ethertoff/ by OSP
* Ethertoff http://osp.kitchen/tools/ethertoff/ by OSP