Skip to content

Commit 9fb3744

Browse files
Merge pull request #31 from ISISComputingGroup/more_info_on_webservers
More information on web servers
2 parents a253d29 + 6559f55 commit 9fb3744

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
# The IBEX Developer's Manual
22

33
[Click here to go to the GitHub wiki with the developer's manual.](https://isiscomputinggroup.github.io/ibex_developers_manual/)
4+
5+
## Development workflow
6+
See [Building the wiki locally](https://isiscomputinggroup.github.io/ibex_developers_manual/Editing-the-Wiki.html#building-the-wiki-locally) for instructions on local development.

doc/systems/Webserver.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
# Webserver
22

3-
NDAEXTWEB is a central Windows 2019 server that runs a number of the web services associated with IBEX. The login credentials for this are in sharepoint. The server holds:
3+
## NDAEXTWEB3
44

5-
* The [IBEX web dashboard](/webdashboard/Web-Dashboard)
5+
NDAEXTWEB3 is a central Windows 2019 server, which is hosted on the FIT Hyper-V cluster, that runs a number of the web services associated with IBEX. The login credentials for this are in sharepoint. The server holds:
6+
7+
* The [old IBEX web dashboard (JSON_Bourne)](/webdashboard/Web-Dashboard)
68
* The [Automation application](/processes/git_and_github/Automation-Application)
79
* [MCR news](https://www.isis.stfc.ac.uk/Pages/MCR-News.aspx)
810
* The SECI web dashboard
@@ -16,4 +18,7 @@ There should be 2 sites, Dataweb and WAP, which provide the above.
1618

1719
If a new server is setup, then ciphers and old TLS versions may need to be disabled e.g. tls 1.0 and 1.1 as per https://docs.microsoft.com/en-us/windows-server/identity/ad-fs/operations/manage-ssl-protocols-in-ad-fs
1820

19-
21+
22+
## NDAEXTWEB4
23+
24+
NDAEXTWEB4 is similar in that it also runs on the Hyper-V cluster. This currently hosts the [PVWS](/webdashboard/PVWS) which is a PVWS instance for the IBEX web dashboard.

doc/webdashboard/Web-Dashboard.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Web Dashboard
22

33
```{important}
4-
This page documents the old(though still current) web dashboard, also known as `JSON_Bourne`. The [new one](https://github.com/ISISComputingGroup/webdashboard) should have its architecture and how it's run explained in the README of its repository.
4+
This page documents the old web dashboard, also known as `JSON_Bourne`. The [new one](https://github.com/ISISComputingGroup/webdashboard) should have its architecture and how it's run explained in the README of its repository.
55
```
66

77
The dataweb service allows some information about each instrument to be viewed in a webpage from both inside and outside the ISIS network. This service already exists for SECI instruments.

0 commit comments

Comments
 (0)