Skip to content

Commit

Permalink
Rename: RDSFactorWeb -> web, RDSFactor -> server
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakob Aarøe Dam committed Apr 28, 2015
1 parent c3c10e1 commit eebdaf9
Show file tree
Hide file tree
Showing 88 changed files with 12 additions and 11 deletions.
6 changes: 2 additions & 4 deletions .gitignore
@@ -1,9 +1,7 @@
*.suo
*.TMP
*.Cache
RDSFactor/bin
_pages_old
obj
RDSFactorWeb/RDWeb/Pages/Log
RDSFactor/bin/*
RDSFactorConfig/bin
web/RDWeb/Pages/Log
server/bin/*
9 changes: 6 additions & 3 deletions install-server.bat
@@ -1,8 +1,11 @@
@echo off
set PATH=%PATH%;%windir%\Microsoft.NET\Framework\v4.0.30319

:: build the rdsfactor radius server
msbuild RDSFactor/RDSFactor.sln /property:Configuration=release
:: build the radius server
msbuild server/RDSFactor.sln /property:Configuration=release

:: install it
InstallUtil RDSFactor\bin\Release\RDSFactor.exe
InstallUtil server\bin\Release\RDSFactor.exe

:: start it
net start RDSFactor
4 changes: 2 additions & 2 deletions install-web.bat
Expand Up @@ -2,13 +2,13 @@
:: Replace RDS Pages directory with ours

set PAGES=%SystemDrive%\Windows\Web\RDWeb\Pages
set RDSFACTOR_PAGES=%~dp0RDSFactorWeb\RDWeb\Pages
set RDSFACTOR_PAGES=%~dp0web\RDWeb\Pages

:: Add IIS AppCmd to path
set PATH=%PATH%;%windir%\system32\inetsrv\

echo ==^> Removing %PAGES%
move %PAGES% %~dp0_pages_old
::move %PAGES% %~dp0_pages_old

appcmd delete app "Default Web Site/RDWeb/Pages"

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion uninstall-server.bat
@@ -1,4 +1,4 @@
@echo off
set PATH=%PATH%;%windir%\Microsoft.NET\Framework\v4.0.30319

InstallUtil /uninstall RDSFactor\bin\Release\RDSFactor.exe
InstallUtil /uninstall server\bin\Release\RDSFactor.exe
2 changes: 1 addition & 1 deletion RDSFactorWeb/RDSFactorWeb.sln → web/RDSFactorWeb.sln
Expand Up @@ -5,7 +5,7 @@ VisualStudioVersion = 12.0.31101.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "RADAR", "..\radar-radius\RADAR\RADAR.vbproj", "{3AB08A4E-C4FA-4571-A5D4-32BBA807C31D}"
EndProject
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "RDSFactor", "..\RDSFactor\RDSFactor.vbproj", "{04C6C533-9FEA-41B2-B554-A166C7C7FE32}"
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "RDSFactor", "..\server\RDSFactor.vbproj", "{04C6C533-9FEA-41B2-B554-A166C7C7FE32}"
EndProject
Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "Pages", "http://localhost/RDWeb/Pages", "{B31FB884-C42E-417D-AF0D-409FE7D30351}"
ProjectSection(WebsiteProperties) = preProject
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit eebdaf9

Please sign in to comment.