Knowledge Base
The VMware Knowledge Base provides support solutions, error messages and troubleshooting guides

|
Configuring CLI-only optional features in Socialcast On Premise (2013688)
Purpose
These features include:
- Reach
- External Contributors
- oEmbed Support
- Ideas
- Search Highlighting
- Admin Search
- Message Audit
- Data Purge
- Administer Private Groups
- Administer Private Projects
- Administer All Town Halls
- Profile Photo Moderation
- Attachments Disabled
Resolution
sudo su - socialcast -c "cd /var/www/socialcast && script/rails runner -e production 'Tenant.first.update_attribute(feature,true)'"Where
feature is::reach_enabled(enabled by default):external_contributor_enabled(enabled by default):oembed_beta(2-78-1 to 2-80-3):ideas_enabled(enabled by default):search_highlighting_beta:admin_search_beta:message_audit_beta:data_purge_beta:administer_private_groups_enabled:administer_private_projects_enabled:administer_all_town_halls_enabled:profile_photo_moderation_enabled(enabled by default)- :attachments_disabled_beta (2-80-4 and later)
sudo su - socialcast -c "cd /var/www/socialcast && script/rails runner -e production 'Tenant.first.update_attribute(:reach_enabled,true)'"To disable a feature, use
false instead of true.Warning: Enable the beta features only when directed by your account manager and/or VMware Support. Enabling such features may result in instability or application errors in your Socialcast installation. Beta features are identified by a trailing
_beta string in the feature name.Additional Information
To be alerted when this article is updated, click Subscribe to Document in the Actions box.
See Also
Request a Product Feature
To request a new product feature or to provide feedback on a VMware product, please visit the Request a Product Feature page.
Actions
KB:
- Updated:
- Categories:
- Languages:
- Product Family:
- Product(s):
- Product Version(s):

