Discussions
Activity
Sign In
How it works
Newscoop Development
Newscoop installing on Windows
Vote Up
0
Vote Down
Jansel Rios Menoya
June 2013
Posts: 25
Member
Hi, my question is
Newscoop can be installed in window??
6 Comments
sorted by
Votes
Date Added
Vote Up
1
Vote Down
Nacho Cases
November 2015
Posts: 3
Member
This is the root web.config file needed:
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<system.webServer>
<rewrite>
<rules>
<rule name="Regla 1 importada" stopProcessing="true">
<match url="." ignoreCase="false" />
<conditions logicalGrouping="MatchAll">
<add input="{URL}" pattern="/+images/+cache/" ignoreCase="false" />
<add input="{REQUEST_FILENAME}" matchType="IsFile" ignoreCase="false" negate="true" />
</conditions>
<action type="Rewrite" url="index.php" />
</rule>
<rule name="Regla 2 importada">
<match url="^bundles/(.*)$" ignoreCase="false" />
<action type="Rewrite" url="public/bundles/{R:1}" />
</rule>
<rule name="Regla 3 importada" stopProcessing="true">
<match url="." ignoreCase="false" />
<conditions logicalGrouping="MatchAll">
<add input="{URL}" pattern="\.php$" ignoreCase="false" negate="true" />
<add input="{URL}" pattern="\.html$" ignoreCase="false" negate="true" />
<add input="{URL}" pattern="\.css$" ignoreCase="false" negate="true" />
<add input="{URL}" pattern="\.woff$" ignoreCase="false" negate="true" />
<add input="{URL}" pattern="\.ttf$" ignoreCase="false" negate="true" />
<add input="{URL}" pattern="\.svg$" ignoreCase="false" negate="true" />
<add input="{URL}" pattern="\.otf$" ignoreCase="false" negate="true" />
<add input="{URL}" pattern="\.eot$" ignoreCase="false" negate="true" />
<add input="{URL}" pattern="\.js$" ignoreCase="false" negate="true" />
<add input="{URL}" pattern="\.ico$" ignoreCase="false" negate="true" />
<add input="{URL}" pattern="/+admin/" ignoreCase="false" negate="true" />
<add input="{URL}" pattern="/+install/" ignoreCase="false" negate="true" />
<add input="{URL}" pattern="/+robots.txt$" ignoreCase="false" negate="true" />
<add input="{URL}" pattern="/+crossdomain.xml$" ignoreCase="false" negate="true" />
<add input="{URL}" pattern="/plugins/([^/]*)?/+js/" ignoreCase="false" negate="true" />
<add input="{URL}" pattern="/plugins/([^/]*)?/+css/" ignoreCase="false" negate="true" />
<add input="{URL}" pattern="/plugins/([^/]*)?/+images/" ignoreCase="false" negate="true" />
<add input="{URL}" pattern="^/js/" ignoreCase="false" negate="true" />
<add input="{URL}" pattern="/plugins/([^/]*)?/\.php$" ignoreCase="false" negate="true" />
<add input="{URL}" pattern="/+themes/" ignoreCase="false" negate="true" />
<add input="{URL}" pattern="/public/+videos/" ignoreCase="false" negate="true" />
<add input="{URL}" pattern="/public/+pdf/" ignoreCase="false" negate="true" />
<add input="{URL}" pattern="^/images/" ignoreCase="false" negate="true" />
<add input="{URL}" pattern="/+images/+cache/" ignoreCase="false" negate="true" />
<add input="{REQUEST_FILENAME}" matchType="IsFile" ignoreCase="false" negate="true" />
</conditions>
<action type="Rewrite" url="index.php" />
</rule>
<rule name="Regla 4 importada" stopProcessing="true">
<match url="." ignoreCase="false" />
<conditions logicalGrouping="MatchAll">
<add input="{URL}" pattern=".tpl$" ignoreCase="false" />
</conditions>
<action type="Rewrite" url="index.php" />
</rule>
<rule name="Regla 5 importada" stopProcessing="true">
<match url="." ignoreCase="false" />
<conditions logicalGrouping="MatchAll">
<add input="{URL}" pattern="/+admin$|/+admin/+.*|/+admin-files/" ignoreCase="false" />
</conditions>
<action type="Rewrite" url="admin.php" />
</rule>
</rules>
</rewrite>
</system.webServer>
</configuration>
Vote Up
0
Vote Down
Andrey Podshivalov
June 2013
Posts: 1,526
Member, Administrator, Sourcefabric Team
theoretically it's possible but not recommended.
Vote Up
0
Vote Down
Jansel Rios Menoya
June 2013
Posts: 25
Member
Umm, thanks, this happens when I try to install. Look at the attached. The page is blank does not advance
installing_nc_win.png
1575 x 654
-
34K
Post edited by Jansel Rios Menoya at 2013-06-14 08:33:10
Vote Up
0
Vote Down
Nacho Cases
November 2015
Posts: 3
Member
I write this just in case someone want to install Newscoop in IIS 7.5 / 8.0, due the lack of info:
The web.config file needed for get into the license screen is this (it is the /install/.htaccess converted and working):
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<system.webServer>
<rewrite>
<rules>
<rule name="Imported Rule 1" stopProcessing="true">
<match url="^.*$" />
<conditions logicalGrouping="MatchAny">
<add input="{REQUEST_FILENAME}" matchType="IsFile" pattern="" ignoreCase="false" />
<add input="{REQUEST_FILENAME}" matchType="IsDirectory" pattern="" ignoreCase="false" />
</conditions>
<action type="None" />
</rule>
<rule name="Imported Rule 2" stopProcessing="true">
<match url="^.*$" />
<action type="Rewrite" url="index.php" />
</rule>
<rule name="Regla 1 importada-1" stopProcessing="true">
<match url="^fixer\.php$" ignoreCase="false" />
<action type="CustomResponse" statusCode="403" statusReason="Forbidden" statusDescription="Forbidden" />
</rule>
<rule name="Regla 2 importada-1" stopProcessing="true">
<match url="^.*$" />
<action type="Rewrite" url="index.php" />
</rule>
</rules>
</rewrite>
</system.webServer>
</configuration>
Vote Up
0
Vote Down
Nacho Cases
November 2015
Posts: 3
Member
Make sure that your NTFS permissions are allowing everyone to write during the installation. Thats all
Vote Up
0
Vote Down
Rafał Muszyński
November 2015
Posts: 51
Member
Nacho, which version of Newscoop did you install using your approach ?
Add a Comment
Start a New Discussion
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In
Apply for Membership
Categories
All Discussions
8,397
Sourcefabric
↳
Announcements
25
Newscoop
↳
Newscoop Support
2,189
↳
Newscoop Development
722
↳
Newscoop Security
13
↳
Newscoop Documentation
17
↳
Newscoop Themes
69
Airtime
↳
Airtime Support
3,139
↳
Airtime Development
1,286
↳
Airtime Français
146
↳
Airtime Documentation
14
↳
Airtime Hacks
102
↳
Promote your station!
37
↳
Airtime Security
11
Booktype
↳
Booktype Support
277
↳
Booktype Development
55
↳
Booktype Documentation
7
Superdesk
↳
Superdesk Development
264
↳
Web Publisher
21
Poll
No poll attached to this discussion.
Top Posters
Albert FR
1978
Martin Konecny
1860
Andrey Podshivalov
1526
Voisses Tech
1423
John Chewter
899
Daniel James
844
Roger Wilco
784
hoerich
627
Paul Baranowski
389
Cliff Wang
339