Difference between revisions of "User:Shawndouglas/sandbox/sublevel3"
From LIMSWiki
< User:Shawndouglas | sandbox
Jump to navigationJump to searchShawndouglas (talk | contribs) (Updated table cell to bold and center) |
Shawndouglas (talk | contribs) (→1.1.1 General IT: Updated content.) |
||
Line 45: | Line 45: | ||
! style="color:brown; background-color:#ffffee; width:1200px;"| Requirement # and requirement | ! style="color:brown; background-color:#ffffee; width:1200px;"| Requirement # and requirement | ||
|- | |- | ||
! style="padding:5px;" | | ! style="padding:5px;" | I | ||
| style="padding:5px; width:1200px;" |'''1.1.100''' The system operates with a traditional client-server architecture, with software installed on each machine that needs to access the system. | | style="padding:5px; width:1200px;" |'''1.1.100''' The system operates with a traditional client-server architecture, with software installed on each machine that needs to access the system. | ||
|- | |- | ||
! style="background-color:white; width:100px;"| Response: | ! style="background-color:white; width:100px;"| Response: | ||
| style="background-color:white; padding:5px;" | | | style="background-color:white; padding:5px;" | Alfresco uses client-server technology, though the client is web-based. See 1.1.101. | ||
|- | |- | ||
! style="padding:5px;" | | ! style="padding:5px;" | Y | ||
| style="padding:5px; width:1200px;" |'''1.1.101''' The system operates with a web-based interface, hosted on a server and accessed via a web browser on most any machine. | | style="padding:5px; width:1200px;" |'''1.1.101''' The system operates with a web-based interface, hosted on a server and accessed via a web browser on most any machine. | ||
|- | |- | ||
! style="background-color:white; width:100px;"| Response: | ! style="background-color:white; width:100px;"| Response: | ||
| style="background-color:white; padding:5px;" | | | style="background-color:white; padding:5px;" | Alfresco [http://docs.alfresco.com/community/concepts/alfresco-arch-about.html operates] with a content application server, while users connect to it via web, mobile, and other types of clients. As Alfresco is integrated into the webLiMS suite of applications, the content application server is [http://weblimscom.wpengine.com/products/ hosted in the cloud]. | ||
|- | |- | ||
! style="padding:5px;" | | ! style="padding:5px;" | Y | ||
| style="padding:5px; width:1200px;" |'''1.1.102''' The system contains a single, centralized database that supports multiple sites and departments. | | style="padding:5px; width:1200px;" |'''1.1.102''' The system contains a single, centralized database that supports multiple sites and departments. | ||
|- | |- | ||
! style="background-color:white; width:100px;"| Response: | ! style="background-color:white; width:100px;"| Response: | ||
| style="background-color:white; padding:5px;" | | | style="background-color:white; padding:5px;" | Alfresco's content repository "is comparable to a database, except that it holds more than data." The development team [http://docs.alfresco.com/community/concepts/content-repo-about.html describes this further] in their documentation: | ||
:The actual binary streams of the content are stored in files managed in the repository, although these files are for internal use only and do not reflect what you might see through the shared drive interfaces. The repository also holds the associations among content items, classifications, and the folder/file structure. The folder/file structure is maintained in the database and is not reflected in the internal file storage structure. | |||
Alfresco also allows users to [http://docs.alfresco.com/community/concepts/sites-intro.html set up "sites"] for separate projects or user groups to manage custom content. | |||
|- | |- | ||
! style="padding:5px;" | | ! style="padding:5px;" | Y | ||
| style="padding:5px; width:1200px;" |'''1.1.103''' The system's database conforms to the [[ODBC|Open Database Connectivity Standard]] (ODBC). | | style="padding:5px; width:1200px;" |'''1.1.103''' The system's database conforms to the [[ODBC|Open Database Connectivity Standard]] (ODBC). | ||
|- | |- | ||
! style="background-color:white; width:100px;"| Response: | ! style="background-color:white; width:100px;"| Response: | ||
| style="background-color:white; padding:5px;" | | | style="background-color:white; padding:5px;" | Alfresco Community comes bundled with [[PostgreSQL]], which has an associated ODBC driver. The software can also be [https://wiki.alfresco.com/wiki/Database_Configuration run against] [[MySQL]]. | ||
|- | |- | ||
! style="padding:5px;" | | ! style="padding:5px;" | Y | ||
| style="padding:5px; width:1200px;" |'''1.1.104''' The system is designed so upgrades to the back-end database do not require extensive reconfiguration or effectively cripple the system. | | style="padding:5px; width:1200px;" |'''1.1.104''' The system is designed so upgrades to the back-end database do not require extensive reconfiguration or effectively cripple the system. | ||
|- | |- | ||
! style="background-color:white; width:100px;"| Response: | ! style="background-color:white; width:100px;"| Response: | ||
| style="background-color:white; padding:5px;" | | | style="background-color:white; padding:5px;" | Alfresco Community allows administrators to extend and override database properties through [https://wiki.alfresco.com/wiki/Database_Configuration repository configuration files], presumably with little impact to the system. | ||
|- | |- | ||
! style="padding:5px;" | | ! style="padding:5px;" | Y | ||
| style="padding:5px; width:1200px;" |'''1.1.105''' The system is designed to not be impacted by multiple users or failover processes. | | style="padding:5px; width:1200px;" |'''1.1.105''' The system is designed to not be impacted by multiple users or failover processes. | ||
|- | |- | ||
! style="background-color:white; width:100px;"| Response: | ! style="background-color:white; width:100px;"| Response: | ||
| style="background-color:white; padding:5px;" | | | style="background-color:white; padding:5px;" | One of the guiding design principles of Alfresco Community is to be [http://docs.alfresco.com/community/concepts/alfresco-principles.html enterprise scalable]. This aspect has been so important that the developers have created a [http://www.alfresco.com/resources/whitepapers/alfresco-scalability-blueprint Scalability Blueprint]. | ||
|- | |- | ||
! style="padding:5px;" | | ! style="padding:5px;" | Y | ||
| style="padding:5px; width:1200px;" |'''1.1.106''' The system applies security features to all system files. | | style="padding:5px; width:1200px;" |'''1.1.106''' The system applies security features to all system files. | ||
|- | |- | ||
! style="background-color:white; width:100px;"| Response: | ! style="background-color:white; width:100px;"| Response: | ||
| style="background-color:white; padding:5px;" | | | style="background-color:white; padding:5px;" | Alfresco Community system files, including configuration files, are only accessible to authorized administrators. | ||
|- | |- | ||
! style="padding:5px;" | | ! style="padding:5px;" | Y | ||
| style="padding:5px; width:1200px;" |'''1.1.107''' The system applies log-in security to all servers and workstations accessing it. | | style="padding:5px; width:1200px;" |'''1.1.107''' The system applies log-in security to all servers and workstations accessing it. | ||
|- | |- | ||
! style="background-color:white; width:100px;"| Response: | ! style="background-color:white; width:100px;"| Response: | ||
| style="background-color:white; padding:5px;" | | | style="background-color:white; padding:5px;" | Users must provide a username and password before entering the system via web client. Administrators must also use a username and password to access server-side files. All of this accomplished through the [http://docs.alfresco.com/community/concepts/auth-subsystem-intro.html authentication subsystem]. | ||
|- | |- | ||
! style="padding:5px;" | | ! style="padding:5px;" | Y | ||
| style="padding:5px; width:1200px;" |'''1.1.108''' The system provides a workstation and server authentication mechanism. | | style="padding:5px; width:1200px;" |'''1.1.108''' The system provides a workstation and server authentication mechanism. | ||
|- | |- | ||
! style="background-color:white; width:100px;"| Response: | ! style="background-color:white; width:100px;"| Response: | ||
| style="background-color:white; padding:5px;" | | | style="background-color:white; padding:5px;" | Alfresco Community employs an [http://docs.alfresco.com/community/concepts/auth-subsystem-intro.html authentication subsystem] to ensure authentication between client and server. | ||
|- | |- | ||
! style="padding:5px;" | | ! style="padding:5px;" | |
Revision as of 22:06, 22 October 2014
This is sublevel3 of my sandbox, where I play with features and test MediaWiki code. If you wish to leave a comment for me, please see my discussion page instead. |
Sandbox begins below
- Y: Meets requirement in commercial off-the-shelf solution as delivered/configured (or vendor provides service)
- YC: Meets requirement only with customization (additional code, using a third-party application, etc.)
- N: Does not meet requirement
- I: Informational response only, N/A
1.0 Demonstration
|
1.1 Information technology
1.1.1 General IT
1.1.2 Hardware environment
1.1.3 Software environment
|
1.2 Regulatory compliance and security
1.2.1 Regulatory compliance
1.2.2 Security
|
1.3 General system functions
1.3.1 General functions
1.3.2 Configuration and customization
1.3.3 Data capture
1.3.4 Data archiving and migration
1.3.5 Instruments
1.3.6 External system interfaces
1.3.7 Reporting
|