Stirling-PDF
Powerful PDF Tools
Powerful PDF Tools
Here is my steps to copy my app to testing server and package it ready for production. My Flask app
SSH into your Synology box Create a docker user group (sudo synogroup –add docker) Change the owner group of the docker.sock file (sudo chown root:docker ) Add your user to the new docker group (sudo synogroup –member docker $USER)
Invoice ninja is an open source invoicing system, five years ago I switch to it because my hosting company allow me to install it via cPanel package manager, but recently my hosting switch the backend management tool, invoice ninja no…
I’ve discover the love for python language, I’ve tried django route but I think is too complicated for beginning of programming python, then I’ve discover flask, is much simpleper to develop small apps quickly, I’ve try to develop simple app…