Alfresco - Installation Part 1

From OpenRIMS Wiki
Jump to navigation Jump to search

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