2buntu / 2buntu-blog

Source code for the 2buntu blog.
http://2buntu.com
Apache License 2.0
15 stars 11 forks source link

Enable read-only mode #86

Closed nathan-osman closed 9 years ago

nathan-osman commented 9 years ago

In order to more properly deal with server migrations, the blog needs to have a read-only mode where data writes are rejected (or better still, never issued) and access to the site remains limited to browsing data (and possibly sending email).

Implications:

A significant portion of the blog can remain operable with read-only access to the database:

Other areas will be disabled and return an error page:

If anyone thinks of another consideration, feel free to leave a comment.