Alfresco - Installation Part 1: Difference between revisions

From OpenRIMS Wiki
Jump to navigation Jump to search
(New Page)
 
 
Line 5: Line 5:


== Automate startup ==
== Automate startup ==
To fully automate the start up you should create a service file.
To fully automate the start up you should create a service file in /etc/systemd/system called alfresco.service.
 


Sample content:<blockquote>[Unit]
Sample content:<blockquote>[Unit]

Latest revision as of 16:22, 28 July 2023

The OpenRIMS team recommends Alfresco as a Document Management System for the Regulatory processes.

Installation

The basic installation guides can be followed succesfully.

Automate startup

To fully automate the start up you should create a service file in /etc/systemd/system called alfresco.service.

Sample content:

[Unit]

Description= Alfresco Community Edition Document Management


[Service]

ExecStart=/opt/alfresco-community/alfresco.sh start

Type=forking


[Install]

WantedBy=multi-user.target