Difference between revisions of "Install Archivematica Ubuntu"
Line 4: | Line 4: | ||
'''CREATE PUBLIC ARCHIVEMATICA REPOSITORY''' | '''CREATE PUBLIC ARCHIVEMATICA REPOSITORY''' | ||
− | == | + | == Installing Packages == |
=== Core Install === | === Core Install === | ||
Install the following packages | Install the following packages | ||
Line 15: | Line 15: | ||
There is a meta package available called '''archivematica-shotgun''', aka the shotgun approach. This package is used to build our demo and test environments and includes a wide range of tools and libraries we find useful for digital archiving. It includes '''archivematica-mcp-server, archivematica-mcp-client, transcoder, archivematica-mcp-rpccli, upload-qubit, droid, fits, jhove, xena, easy-extract, bagit, nfs-kernel-server, nfs-common, fusesmb, smbfs, samba-common, hfsplus, hfsprogs, vlc, guymager, autopsy, gddrescue'''. This package set assumes you are using a desktop environment, if installing on a server please use the core packages above. | There is a meta package available called '''archivematica-shotgun''', aka the shotgun approach. This package is used to build our demo and test environments and includes a wide range of tools and libraries we find useful for digital archiving. It includes '''archivematica-mcp-server, archivematica-mcp-client, transcoder, archivematica-mcp-rpccli, upload-qubit, droid, fits, jhove, xena, easy-extract, bagit, nfs-kernel-server, nfs-common, fusesmb, smbfs, samba-common, hfsplus, hfsprogs, vlc, guymager, autopsy, gddrescue'''. This package set assumes you are using a desktop environment, if installing on a server please use the core packages above. | ||
<pre>sudo aptitude install archivematica-shotgun</pre> | <pre>sudo aptitude install archivematica-shotgun</pre> | ||
+ | |||
+ | == Post Install == | ||
+ | Add your user to the archivematica group | ||
+ | <pre>sudo gpasswd -a myUserName archivematica</pre> | ||
+ | |||
+ | Give archivematica sudoers rights (these are open permissions, DO NOT USE in PRODUCTION.) | ||
+ | <pre>sudo echo "archivematica ALL=NOPASSWD:/bin/mv,/bin/chown,/bin/chmod" >> /etc/sudoers </pre> |
Revision as of 13:40, 23 November 2010
This Guide assumes you want to install the core Archivematica Components on a existing Ubuntu 10.04 machine.
Add Our Repository
CREATE PUBLIC ARCHIVEMATICA REPOSITORY
Installing Packages
Core Install
Install the following packages archivematica-mcp-server, archivematica-mcp-client, archivematica-mcp-rpccli,
sudo aptitude install archivematica-mcp-server archivematica-mcp-client archivematica-mcp-rpccli
Shotgun Approach
There is a meta package available called archivematica-shotgun, aka the shotgun approach. This package is used to build our demo and test environments and includes a wide range of tools and libraries we find useful for digital archiving. It includes archivematica-mcp-server, archivematica-mcp-client, transcoder, archivematica-mcp-rpccli, upload-qubit, droid, fits, jhove, xena, easy-extract, bagit, nfs-kernel-server, nfs-common, fusesmb, smbfs, samba-common, hfsplus, hfsprogs, vlc, guymager, autopsy, gddrescue. This package set assumes you are using a desktop environment, if installing on a server please use the core packages above.
sudo aptitude install archivematica-shotgun
Post Install
Add your user to the archivematica group
sudo gpasswd -a myUserName archivematica
Give archivematica sudoers rights (these are open permissions, DO NOT USE in PRODUCTION.)
sudo echo "archivematica ALL=NOPASSWD:/bin/mv,/bin/chown,/bin/chmod" >> /etc/sudoers