Skip to content

Instantly share code, notes, and snippets.

@alexej-d
Last active April 3, 2019 12:38
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 alexej-d/9d3256bc034a5e118fbbc7aa5b4e71f0 to your computer and use it in GitHub Desktop.
Save alexej-d/9d3256bc034a5e118fbbc7aa5b4e71f0 to your computer and use it in GitHub Desktop.
Install a Discourse plugin in a bitnami dockerized discourse instance
docker exec -it PREFIX_discourse_1 /bin/bash
cd opt/bitnami/discourse
RAILS_ENV=production bundle exec rake plugin:install repo=PLUGIN_REPO_URL
RAILS_ENV=production bundle exec rake assets:precompile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment