Project Argos
  • What is This?
  • Background
  • Architecture
    • Logical Architecture
    • Physical Architecture
  • Component Descriptions
    • Docker Container
    • Management Client and Server
    • GIT Synchronisation
    • Client Architecture
Powered by GitBook
On this page

Was this helpful?

  1. Component Descriptions

Management Client and Server

The custom management client and server will be designed using the basic architecture described in this article, although obviously using Google App Engine would not meet the project requirements so the infratsructure provided by GAE will be replicated in the Server Docker Container.

TODO ADD ARTICLE

The basic functionality of the management client will be:

  • Allow the creation and deletion of projects on the server Allow the addition and removal of users to projects

  • Allow the management of access rights given to users

  • Turn particular services on or off for a project

  • Control of branches (i.e. versions) of a particular project

  • Other data management tasks to be specified

It is really expected that this tool should only be used by the adminstrator (possibly sysadmin or project managor) for the project. This is not a user level tool.

PreviousDocker ContainerNextGIT Synchronisation

Last updated 2 years ago

Was this helpful?