Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The final step in the installation is to customize your installation of clowder. The customizations of the clowder software are stored in the custom folder inside the clowder installation. The main two files you will need to configure are custom.con and play.plugins. Adding changes made to the files in the conf folder will NOT be used by clowder.

The play.plugins describes all the additional plugins that should be enabled. This file can only add additional plugins, and is not capable of turning of any of the default plugins. For example the following play.plugins file will add some additional plugins:

Code Block
titleplay.plugins
9992:services.RabbitmqPlugin
10002:securesocial.core.providers.GoogleProvider
11002:services.ElasticsearchPlugin

The file custom.conf file is used to overwrite any of the defaults values for Clowder. Some common examples that are modified are:

...