Difference between revisions of "User:Shawndouglas/sandbox/sublevel3"
From LIMSWiki
< User:Shawndouglas | sandbox
Jump to navigationJump to searchShawndouglas (talk | contribs) (Formatting) |
Shawndouglas (talk | contribs) (Updating external links to references.) |
||
Line 55: | Line 55: | ||
|- | |- | ||
| style="background-color:white; width:100px; text-align:center; font-style:italic;"| Response: | | style="background-color:white; width:100px; text-align:center; font-style:italic;"| Response: | ||
| style="background-color:white; padding:15px;" | Alfresco | | style="background-color:white; padding:15px;" | Alfresco operates with a content application server<ref name="AlfCAS">{{cite web |url=http://docs.alfresco.com/community/concepts/alfresco-arch-about.html |title=Alfresco architecture |work=Alfresco Community 5.0 Documentation |publisher=Alfresco Software, Inc |accessdate=28 October 2014}}</ref>, 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 hosted in the cloud. | ||
|- | |- | ||
! style="padding:5px;" | Y | ! style="padding:5px;" | Y | ||
Line 61: | Line 61: | ||
|- | |- | ||
| style="background-color:white; width:100px; text-align:center; font-style:italic;"| Response: | | style="background-color:white; width:100px; text-align:center; font-style:italic;"| Response: | ||
| style="background-color:white; padding:15px;" | Alfresco's content repository "is comparable to a database, except that it holds more than data." The development team | | style="background-color:white; padding:15px;" | Alfresco's content repository "is comparable to a database, except that it holds more than data." The development team 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. | :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.<ref name="AlfCR">{{cite web |url=http://docs.alfresco.com/community/concepts/content-repo-about.html |title=Alfresco content respository |work=Alfresco Community 5.0 Documentation |publisher=Alfresco Software, Inc |accessdate=28 October 2014}}</ref> | ||
Alfresco also allows users to | Alfresco also allows users to set up "sites" for separate projects or user groups to manage custom content.<ref name="AlfSites">{{cite web |url=http://docs.alfresco.com/community/concepts/sites-intro.html |title=Alfresco sites |work=Alfresco Community 5.0 Documentation |publisher=Alfresco Software, Inc |accessdate=28 October 2014}}</ref> | ||
|- | |- | ||
! style="padding:5px;" | Y | ! style="padding:5px;" | Y | ||
Line 71: | Line 71: | ||
|- | |- | ||
| style="background-color:white; width:100px; text-align:center; font-style:italic;"| Response: | | style="background-color:white; width:100px; text-align:center; font-style:italic;"| Response: | ||
| style="background-color:white; padding:15px;" | Alfresco Community comes bundled with [[PostgreSQL]], which has an associated ODBC driver. The software can also be [https://wiki.alfresco.com/wiki/Database_Configuration | | style="background-color:white; padding:15px;" | Alfresco Community comes bundled with [[PostgreSQL]], which has an associated ODBC driver. The software can also be run against [[MySQL]].<ref name="AlfWikiDC">{{cite web |url=https://wiki.alfresco.com/wiki/Database_Configuration |title=Database Configuration |work=Alfresco Wiki |publisher=Alfresco Software, Inc |accessdate=28 October 2014}}</ref> | ||
|- | |- | ||
! style="padding:5px;" | Y | ! style="padding:5px;" | Y | ||
Line 77: | Line 77: | ||
|- | |- | ||
| style="background-color:white; width:100px; text-align:center; font-style:italic;"| Response: | | style="background-color:white; width:100px; text-align:center; font-style:italic;"| Response: | ||
| style="background-color:white; padding:15px;" | Alfresco Community allows administrators to extend and override database properties through | | style="background-color:white; padding:15px;" | Alfresco Community allows administrators to extend and override database properties through repository configuration files<ref name="AlfWikiDC" />, presumably with little impact to the system. | ||
|- | |- | ||
! style="padding:5px;" | Y | ! style="padding:5px;" | Y | ||
Line 83: | Line 83: | ||
|- | |- | ||
| style="background-color:white; width:100px; text-align:center; font-style:italic;"| Response: | | style="background-color:white; width:100px; text-align:center; font-style:italic;"| Response: | ||
| style="background-color:white; padding:15px;" | One of the guiding design principles of Alfresco Community is to be | | style="background-color:white; padding:15px;" | One of the guiding design principles of Alfresco Community is to be enterprise scalable.<ref name="AlfDesignGuide">{{cite web |url=http://docs.alfresco.com/community/concepts/alfresco-principles.html |title=Guiding design principles |work=Alfresco Community 5.0 Documentation |publisher=Alfresco Software, Inc |accessdate=28 October 2014}}</ref> This aspect was so important that the developers created a Scalability Blueprint.<ref name="AlfScale">{{cite web |url=http://www.alfresco.com/resources/whitepapers/alfresco-scalability-blueprint |title=Alfresco Scalability Blueprint |publisher=Alfresco Software, Inc |accessdate=28 October 2014}}</ref> | ||
|- | |- | ||
! style="padding:5px;" | Y | ! style="padding:5px;" | Y | ||
Line 95: | Line 95: | ||
|- | |- | ||
| style="background-color:white; width:100px; text-align:center; font-style:italic;"| Response: | | style="background-color:white; width:100px; text-align:center; font-style:italic;"| Response: | ||
| style="background-color:white; padding:15px;" | 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 | | style="background-color:white; padding:15px;" | 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 authentication subsystem.<ref name="AlfAS">{{cite web |url=http://docs.alfresco.com/community/concepts/auth-subsystem-intro.html |title=Authentication subsystems |work=Alfresco Community 5.0 Documentation |publisher=Alfresco Software, Inc |accessdate=28 October 2014}}</ref> | ||
|- | |- | ||
! style="padding:5px;" | Y | ! style="padding:5px;" | Y | ||
Line 101: | Line 101: | ||
|- | |- | ||
| style="background-color:white; width:100px; text-align:center; font-style:italic;"| Response: | | style="background-color:white; width:100px; text-align:center; font-style:italic;"| Response: | ||
| style="background-color:white; padding:15px;" | Alfresco Community employs an | | style="background-color:white; padding:15px;" | Alfresco Community employs an authentication subsystem to ensure authentication between client and server.<ref name="AlfAS" /> | ||
|- | |- | ||
! style="padding:5px;" | U | ! style="padding:5px;" | U | ||
Line 107: | Line 107: | ||
|- | |- | ||
| style="background-color:white; width:100px; text-align:center; font-style:italic;"| Response: | | style="background-color:white; width:100px; text-align:center; font-style:italic;"| Response: | ||
| style="background-color:white; padding:15px;" | Alfresco Community seems to be able to be used in HTTPS mode with some configuration , but it's not clear if it interfaces via HTTPS in default mode. | | style="background-color:white; padding:15px;" | Alfresco Community seems to be able to be used in HTTPS mode with some configuration, but it's not clear if it interfaces via HTTPS in default mode. Some documentation and forum posts suggest it's possible for the client to access the server via SSL.<ref name="AlfForSecureAlf">{{cite web |url=https://forums.alfresco.com/forum/installation-upgrades-configuration-integration/configuration/howto-secure-alfresco-https |title=Howto Secure Alfresco with https: access? |work=Alfresco Forums |author=dholgado |publisher=Alfresco Software, Inc |date=04 October 2007 |accessdate=28 October 2014}}</ref><ref name="AlfForSSL">{{cite web |url=http://forums.alfresco.com/forum/installation-upgrades-configuration-integration/configuration/change-alfresco-use-ssl-and |title=Change Alfresco to use SSL and "Share" stops authenticating! |work=Alfresco Forums |author=webberj |publisher=Alfresco Software, Inc |date=11 July 2013 |accessdate=28 October 2014}}</ref><ref name="BlyxSSL">{{cite web |url=http://blyx.com/2014/04/01/alfresco-tip-how-to-enable-ssl-in-alfresco-sharepoint-protocol/ |title=Alfresco Tip: How to enable SSL in Alfresco SharePoint Protocol |work=blyx.com |author=de la Fuente, Toni |date=01 April 2014 |accessdate=28 October 2014}}</ref> | ||
|- | |- | ||
! style="padding:5px;" | U | ! style="padding:5px;" | U | ||
Line 992: | Line 992: | ||
|} | |} | ||
|} | |} | ||
==References== | |||
<references /> |
Revision as of 21:02, 28 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
- U: Unknown
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
|
References
- ↑ "Alfresco architecture". Alfresco Community 5.0 Documentation. Alfresco Software, Inc. http://docs.alfresco.com/community/concepts/alfresco-arch-about.html. Retrieved 28 October 2014.
- ↑ "Alfresco content respository". Alfresco Community 5.0 Documentation. Alfresco Software, Inc. http://docs.alfresco.com/community/concepts/content-repo-about.html. Retrieved 28 October 2014.
- ↑ "Alfresco sites". Alfresco Community 5.0 Documentation. Alfresco Software, Inc. http://docs.alfresco.com/community/concepts/sites-intro.html. Retrieved 28 October 2014.
- ↑ 4.0 4.1 "Database Configuration". Alfresco Wiki. Alfresco Software, Inc. https://wiki.alfresco.com/wiki/Database_Configuration. Retrieved 28 October 2014.
- ↑ "Guiding design principles". Alfresco Community 5.0 Documentation. Alfresco Software, Inc. http://docs.alfresco.com/community/concepts/alfresco-principles.html. Retrieved 28 October 2014.
- ↑ "Alfresco Scalability Blueprint". Alfresco Software, Inc. http://www.alfresco.com/resources/whitepapers/alfresco-scalability-blueprint. Retrieved 28 October 2014.
- ↑ 7.0 7.1 "Authentication subsystems". Alfresco Community 5.0 Documentation. Alfresco Software, Inc. http://docs.alfresco.com/community/concepts/auth-subsystem-intro.html. Retrieved 28 October 2014.
- ↑ dholgado (4 October 2007). "Howto Secure Alfresco with https: access?". Alfresco Forums. Alfresco Software, Inc. https://forums.alfresco.com/forum/installation-upgrades-configuration-integration/configuration/howto-secure-alfresco-https. Retrieved 28 October 2014.
- ↑ webberj (11 July 2013). "Change Alfresco to use SSL and "Share" stops authenticating!". Alfresco Forums. Alfresco Software, Inc. http://forums.alfresco.com/forum/installation-upgrades-configuration-integration/configuration/change-alfresco-use-ssl-and. Retrieved 28 October 2014.
- ↑ de la Fuente, Toni (1 April 2014). "Alfresco Tip: How to enable SSL in Alfresco SharePoint Protocol". blyx.com. http://blyx.com/2014/04/01/alfresco-tip-how-to-enable-ssl-in-alfresco-sharepoint-protocol/. Retrieved 28 October 2014.