mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-04-05 17:08:47 +08:00
Adding HostRestart folder to WebPI and making it writable.
--HG-- branch : dev
This commit is contained in:
parent
0c15aedaf0
commit
4a404afd2d
@ -293,6 +293,8 @@
|
||||
DestinationFolder="$(MsDeployFolder)\Orchard\%(RecursiveDir)"/>
|
||||
<Copy SourceFiles="@(MsDeploy-Parameters)"
|
||||
DestinationFolder="$(MsDeployFolder)"/>
|
||||
|
||||
<MakeDir Directories="$(MsDeployFolder)\Orchard\bin\HostRestart"/>
|
||||
</Target>
|
||||
|
||||
<Target Name="Package-Zip">
|
||||
|
@ -2,5 +2,6 @@
|
||||
<iisapp path="Orchard" managedRuntimeVersion="v4.0" />
|
||||
<setAcl path="Orchard/App_Data" setAclAccess="Modify" />
|
||||
<setAcl path="Orchard/Media" setAclAccess="Modify" />
|
||||
<setAcl path="Orchard/bin/HostRestart" setAclAccess="Modify" />
|
||||
<dbFullSql path="install.sql" />
|
||||
</MSDeploy.iisApp>
|
||||
|
@ -13,6 +13,10 @@
|
||||
<parameterEntry type="ProviderPath" scope="setAcl" match="Orchard/Media" />
|
||||
</parameter>
|
||||
|
||||
<parameter name="SetAclParameter3" description="Hidden - automatically sets write access for the app" defaultValue="{Application Path}/bin/HostRestart" tags="Hidden">
|
||||
<parameterEntry type="ProviderPath" scope="setAcl" match="Orchard/bin/HostRestart" />
|
||||
</parameter>
|
||||
|
||||
<!-- Prompts for database server name, this is used in the connection string parameter later -->
|
||||
<parameter name="Database Server" description="Location of your database server (i.e. server name, IP address, or server\instance)" defaultValue=".\SQLEXPRESS" tags="SQL, dbServer">
|
||||
</parameter>
|
||||
|
Loading…
Reference in New Issue
Block a user