Skip to content

Commit

Permalink
Release AM 1.15.0 + SS 0.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Dhwaniartefact authored and replaceafill committed Oct 12, 2023
1 parent 17f12ca commit 6a429c1
Show file tree
Hide file tree
Showing 20 changed files with 135 additions and 493 deletions.
346 changes: 0 additions & 346 deletions .tx/config

This file was deleted.

2 changes: 1 addition & 1 deletion admin-manual/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ set of links to each chapter's main sections.

installation-setup/installation/installation
installation-setup/installation/install-ubuntu
installation-setup/installation/install-centos
installation-setup/installation/install-rocky
installation-setup/installation/install-ansible
installation-setup/installation/install-advanced
installation-setup/upgrading/upgrading
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -426,23 +426,23 @@ Add the SSH key that we generated before:
permissions to this directory in order to delete it. The easiest way is to use
the setfacl command.

Install the `acl` package on Ubuntu or CentOS:
Install the `acl` package on Ubuntu or Rocky Linux:

.. code-block:: bash
sudo apt-get install acl # Ubuntu
sudo yum install acl # CentOS
sudo yum install acl # Rocky Linux
Create a new SWORD deposit directory (Use the `nginx` group CentOS instead
of `www-data`):
Create a new SWORD deposit directory (Use the `nginx` group on Rocky Linux
instead of `www-data`):

.. code-block:: bash
sudo mkdir /home/archivematica/atom_sword_deposit
sudo chown archivematica:www-data /home/archivematica/atom_sword_deposit
sudo chmod 770 /home/archivematica/atom_sword_deposit
Set the ACL on new directory (Use the `nginx` user on CentOS instead of
Set the ACL on new directory (Use the `nginx` user on Rocky Linux instead of
`www-data`) :

.. code-block:: bash
Expand Down Expand Up @@ -785,7 +785,7 @@ when deploying using Ansible. For manual installations, please use the web
configuration method described in the Post Install Configuration sections:

* :ref:`Ubuntu Post Install Configuration <ubuntu-post-install-config>`.
* :ref:`CentOS Post Install Configuration <centos-post-install-config>`.
* :ref:`Rocky Linux Post Install Configuration <rocky-post-install-config>`.

Security
^^^^^^^^
Expand Down
Loading

0 comments on commit 6a429c1

Please sign in to comment.