Thursday, July 15, 2021

Anwesha Das: Server migration for blogs.dgplug.org

I have been maintaining dgplug infrastructure for sometime now. We have a blogging platform, blogs.dgplug.org for our community. We were planning to migrate it to the latest version of Operating System and the blogging software, but my post covid symptoms hindered that. A few days ago I finally managed to do that.

The server was running Bionic and the last release of writefreely. The plan was to migrate :

  • Bionic to Focal (via do-release-upgrade)
  • Upgrade writefreely to v0.13.1

While I was at it, I added a few HTTP response headers to the nginx configuration. Though the CSP (Content Security Headers) are yet to be added.

Now off to reading the actual blogposts at https://blogs.dgplug.org/read :)



from Planet Python
via read more

No comments:

Post a Comment

TestDriven.io: Working with Static and Media Files in Django

This article looks at how to work with static and media files in a Django project, locally and in production. from Planet Python via read...