Installing plugins

To install a plugin, open a Web terminal and run the following commands: cd /app/code/plugins git clone <plugin-repo> chown -R cloudron:cloudron <plugin-dir> cd…

Deploy Discourse as a fully managed service starting at €9/month. Get automated backups, SSL, updates, monitoring, and human support, all included.

DANIAN runs Discourse as a fully managed service: installation, updates, backups, monitoring and security are handled for you.

See the discourse hosting page for plans, pricing and a free trial.

 

To install a plugin, open a Web terminal and run the following commands:
cd /app/code/plugins
git clone <plugin-repo>
chown -R cloudron:cloudron <plugin-dir>
cd /app/code
gosu cloudron:cloudron bundle exec rake plugin:install_all_gems
gosu cloudron:cloudron bundle exec rake db:migrate
gosu cloudron:cloudron bundle exec rake assets:precompile

 

Restart the application to double check everything works.

 

If the plugin modifies the posts in some way, you might want to rebake posts.
>
To rebuild all posts (for example, to apply formatting provided by a newly installed plugin to old posts), open a Web terminal and run the following command:
cd /app/code
gosu cloudron:cloudron bundle exec rake posts:rebake

 

Warning:
Install with care. Use caution when installing plugins since they might break your installation. The list of official plugins can be found here.

 

Explore the platform

Find more information about our company, platform, and services on our website.

Visit danian.co