Skip to content

Instantly share code, notes, and snippets.

@sebastianmoran-mainwp
Created June 13, 2020 00:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sebastianmoran-mainwp/b31802806ad01392a4e55c58b0a042a5 to your computer and use it in GitHub Desktop.
Save sebastianmoran-mainwp/b31802806ad01392a4e55c58b0a042a5 to your computer and use it in GitHub Desktop.
Disable read only mode in Discourse
cd /var/discourse
./launcher enter app
rails c
Discourse.disable_readonly_mode(Discourse::USER_READONLY_MODE_KEY)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment