Contents
How do I remove a package from Sitecore?
The first step is to uninstall the zip file:
- 99% of the time you should see an extracted file called, packages.
- If you drill down the items folder, you should be able to find a collection of files and folders that relate to the items installed into Sitecore.
- After you drill down you should see a GUID for each item.
What is a module in Sitecore?
A Sitecore module is simply a combination of custom code, content items, and configuration that work together to provide some kind of functionality to Sitecore.
How do I create a package in Sitecore?
Creating package in Sitecore
- Login to Sitecore admin account in desktop mode.
- Click on ‘Items Statically’ option at the top and then a dialogue box will appear.
- Select the item which you want to export and then click on either ‘Add with Subitems’ or ‘Add Item’.
- Click next and provide a source name, and click finish.
Where do I install the redirect module in Sitecore marketplace?
Download and install the Redirect Module from the market place. Add these entry to your Site config file. You can keep the separate settings for each when you are using the multi site. Please insert section here whenever you add a new version of your Sitecore module package describing version number, new features, fixes and possible known issues.
Is there a way to remove a module in Sitecore?
There is no simple way to remove a module in Sitecore once it has been installed unfortunately. The simplest solution is to create an anti-package using either Sitecore Rocks or Sitecore Powershell Extensions. Save the anti-package somewhere and then you can install that which reverse what the install does.
Is it safe to install Sitecore on Internet?
As the module allows your developers to execute arbitrary code we recommend that you do not install it on Content Delivery instances or if possible avoid deploying it on servers facing the Internet altogether. Please consult the Security section of our GitBook for more information on the subject of hardening your instance.
What can the remoting web service do for Sitecore?
The remoting web service added the ability to download large files streamed from server rather than serialized in a SOAP envelope and this has already been conveniently exposed using our remoting module! Our new member has contributed a cool functionality that allows you to reset fields and layouts to standard values.