Posts in ドキュメント管理

How to access the development HTTP server on Oracle Cloud with an SSH tunnel

When managing a static site using Sphinx + ablog on an Ubuntu server on Oracle Cloud, you may want to check the display locally before git push. Even in situations where direct access via HTTP from the outside is not possible, you can check the site under development by using an SSH tunnel.

Read more ...


Setting up automatic build to automatically publish Draft with Sphinx + ablog

When running a blog with Sphinx + ablog, you can prepare draft articles by setting the post date to a future date. However, it will not be reflected on the website unless the build is run after the release date. This article looks at how to run automated builds.

Read more ...