This repository has been archived by the owner on Jan 23, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
SitecoreInstanceManager.nuspec
85 lines (69 loc) · 2.84 KB
/
SitecoreInstanceManager.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<!-- Read this before publishing packages to chocolatey.org: https://github.com/chocolatey/chocolatey/wiki/CreatePackages -->
<id>sim</id>
<title>Sitecore Instance Manager</title>
<version>1.4.1</version>
<authors>Sitecore</authors>
<owners>RaYell</owners>
<summary>Sitecore Instance Manager</summary>
<description>
### Sitecore Instance Manager
SIM is a key tool for managing the 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.
### Global Features
* List Sitecore websites installed locally
* Install new Sitecore standalone product
* Install Sitecore modules and packages
* Download Sitecore CMS and DMS from SDN
* Back up Sitecore websites, and Restore them
* Export Sitecore website and Import it on remote computer
* Delete Sitecore websites
* Reinstall Sitecore website
### Open in Browser
* Open website
* Open Sitecore Client
* Open Sitecore Client (bypassing security)
* Open [Support Toolbox](https://bitbucket.org/sitecoresupport/sitecore-support-toolbox)
### Open applications
* Open Website folder
* Open Visual Studio 2012 project (create project if missing)
* Open web.config file
* Open `showconfig.xml` configuration
* Open current log file
* Open entire log files in [Sitecore Log Analyzer](http://marketplace.sitecore.net/Modules/Sitecore_Log_Analyzer.aspx)
### Change website
Start/Stop App Pool
Recycle App Pool
Kill `w3wp.exe` process
Change Framework version
Change Framework bitness
### Extra features
* Edit `etc\hosts` file
* Batch operations with SQL databases
* Predefined configurations (Enable MVC, Scaling ...)
### Supported Products
* Sitecore CMS 6, 7 and 7.5 / 8
* Sitecore Intranet 3.x
* Sitecore Foundry 3.x and 4.x (in a form of Sitecore package)
* Demo Solutions (Nicam, Jetstream)
* All Sitecore modules
### Some of Sitecore modules have special support for initial configuration:
* Active Directory
* Web Forms for Marketers
* E-mail Campaign Manager
</description>
<projectUrl>https://marketplace.sitecore.net/Modules/Sitecore_Instance_Manager.aspx</projectUrl>
<tags>sitecore instance manager</tags>
<copyright/>
<licenseUrl>https://profile.sitecore.net/en/Materials_Limited_License_Agreement.aspx</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<iconUrl>https://cdn.rawgit.com/RaYell/choco-sim/7160915ce9c6f41eedbddebb532ba8582534c50a/icon.png</iconUrl>
<releaseNotes/>
<packageSourceUrl>https://github.com/RaYell/choco-sim</packageSourceUrl>
<bugTrackerUrl>https://github.com/RaYell/choco-sim/issues</bugTrackerUrl>
</metadata>
<files>
<file src="tools\**" target="tools" />
</files>
</package>