Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jannikbuschke committed Sep 13, 2017
2 parents 1989f0f + c56218e commit 3599054
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 9 deletions.
34 changes: 34 additions & 0 deletions Environments.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
============
Environments
============

.. contents:: `In this article:`
:depth: 2
:local:


------
Arvato
------

Deployment machine
==================

1. Some machine with Cisco VPN connected
2. 10.95.130.24
3. DEGUTPVWCSCM04.bert.group

OPS Config file (config.json)
=============================

C:\\SilverMonkey\\OPS\Web\\ops-api\\config.json

OPS Web URL (within domain)
===========================

https://degutpvwcscm04.bert.group/ops-web/

Custom CSS styles
=================

C:\\SilverMonkey\\OPS\Web\\ops-web\\index.css
8 changes: 4 additions & 4 deletions Installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@ IIS Modules
The AspNetCoreModule module needs to be activated for this application.


--------------------
ops-webapp / ops-web
--------------------
-------
ops-web
-------

The ops-webapp can be hosted in any webserver.
The ops-web can be hosted in any webserver.
If it is hosted in IIS the following settings apply:

+---------------------------------------+-----------------------------------------------+
Expand Down
8 changes: 4 additions & 4 deletions Introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The OPS (Operations) Module enables users to view the current state of different
Access to OPS is controled by the SIM access control system (domain groups are mapped to SIM roles).


The OPS Module consists of three seperate applications: ops-auth, ops-api and ops-webapp. The end-user will only deal with ops-webapp (the frontend), whereas administrators also need to configure ops-auth and ops-api (the backend).
The OPS Module consists of three seperate services: ops-auth, ops-api and ops-web. The end-user will only deal with ops-web (the frontend), whereas administrators also need to configure ops-auth and ops-api (the backend).
The OPS Module actions that can be invoked for the domain entities are delegated to v5/v6 Forms. Therefore the OPS Module has a dependency on v5/v6.


Expand All @@ -34,13 +34,13 @@ The ops-auth module (or simpler just auth module) is a service to retrieve OPS u
ops-api
-------

The ops-api module is a service that provides access to one or more sql tables as well as defines the views and actions that will be shown in its clients (for example the ops-webapp).
The ops-api module is a service that provides access to one or more sql tables as well as defines the views and actions that will be shown in its clients (for example the ops-web).
Access to the data, the views and actions is determined by SIM roles.



ops-webapp / ops-web
ops-web
--------------------

ops-webapp is the frontend that end-users will use to view entities and invoke actions on them. The views and actions that are available are configured in ops-api.
ops-web is the frontend that end-users will use to view entities and invoke actions on them. The views and actions that are available are configured in ops-api.

3 changes: 2 additions & 1 deletion index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ Contents:
DatabaseSetup
config.schema
config.json
Manual/index
Environments
Manual/index
Changelog
Support

0 comments on commit 3599054

Please sign in to comment.