SIM 1.4 is an open source tool for managing the local park of Sitecore instances. You can install, locate, maintain, reinstall or delete Sitecore products. It has API and plugin engine so you can extend it for any your need.
Download SIM 1.4 as a ClickOnce app
Note, we are in progress of migrating from bitbucket to github so don't be confused by some of the links pointing back to bitbucket.
- List Sitecore websites installed locally and their modules
- Install new Sitecore standalone product
- Install Sitecore modules and packages
- Download Sitecore products from SDN and DEV
- Back up Sitecore websites, and Restore them
- Export Sitecore website and Import it on remote computer
- Delete Sitecore websites
- Reinstall Sitecore website
- Open website
- Open Sitecore Client
- Open Sitecore Client (bypassing security, logging in as admin)
- Open Support Toolbox
- Open Website folder
- Open Visual Studio 2012 project (create project if missing)
- Open web.config and other *.config files
- Open
showconfig.xml
configuration - Open current log file in Dynamic Log Viewer
- Open entire log files in Sitecore Log Analyzer
- Start/Stop App Pool
- Recycle App Pool
- Kill
w3wp.exe
process - Change Framework version
- Change Framework bitness
- SIM now includes Solr support.
- For Sitecore 8.2, this is available as a Configuration Preset during the installation wizard.
- For Sitecore 8.1, it is necessary to download the appropriate "Solr support package" from http://dev.sitecore.net/downloads, and to add it to SIM using the "Add Module" button on the "Modules list" screen during installation.
- This requires an active Solr 4.x instance with "collection1". Solr 5.x and 6.x are not yet supported.
- This module automates the following tasks:
- Activates all Solr config files, and deactivates matching Lucene config files (same name with "Lucene" replacing "Solr"), with the following exceptions:
- Sitecore 8.2 Solr + IOC files are not enabled.
- Lucene default configuration files
Sitecore.ContentSearch.Lucene.DefaultIndexConfiguration.config
andSitecore.ContentSearch.Lucene.DefaultIndexConfiguration.Xdb.config
are not disabled. - The unmatched configuration file
Sitecore.Social.Lucene.Index.Analytics.Facebook.config
is disabled as required.
- Sets core name to instance name + index name (e.g. "sc82u0_sitecore_web_index")
- Copies configuration from "collection1" for each new core.
- Calls Sitecore schema update wizard ("Generate the Solr Schema.xml file") for each new core.
- Calls Solr API to create each core/collection.
- Indexes are left empty, but can be built from Control Panel/Indexing Manager.
- Enables Solr term support, as described here.
- Activates all Solr config files, and deactivates matching Lucene config files (same name with "Lucene" replacing "Solr"), with the following exceptions:
- Install MongoDB in one click
- Edit
etc\hosts
file - Batch operations with SQL databases
- Predefined configurations (Enable MVC, Scaling ...)
- Delete All Instances - wizard for deleting all installed Sitecore instances
- Update Licenses - Updating Sitecore license file in all installed Sitecore instances
- SSPG - Sitecore Support Package Generator for collecting detailed information about an instance
- Publish Dialog - executing Sitecore publishing in application
- Sitecore CMS 6.3 and later
- All Sitecore modules
Some of Sitecore modules have special support for initial configuration:
- Active Directory
- Web Forms for Marketers
- E-mail Campaign Manager