Central-Asian-Archaeological-Landscapes / arches-via-docker

Deployment of Arches (archesproject.org) via Docker for archaeology and related instruction
GNU Affero General Public License v3.0
0 stars 0 forks source link

Make folder structure and make arches-admin group #5

Closed razekmh closed 3 months ago

razekmh commented 3 months ago

I want to:

razekmh commented 3 months ago

create the file structure

create a group for arches admin sudo groupadd arches-admin if none exists already

add bryan to the group usermod -aG arches-admin bryan

change group and owner of the folders recursively chown arches-admin -R arches_data/ chgrp arches-admin -R arches_data/

modify folder write permissions to add group write permissions chmod -R g+w arches_data/