Difference between revisions of "Install-0.7-alpha"

From Archivematica
Jump to navigation Jump to search
 
(62 intermediate revisions by 5 users not shown)
Line 1: Line 1:
[[Main Page]] > Download-0.7-alpha
+
[[Main Page]] > [[Software]] > [[Install]] > Release 0.7-alpha
  
There are multiple ways to download and use Archivematica 0.7-alpha.
+
There are multiple ways to install and use Archivematica 0.7-alpha. Once installed, consult the [[:File:ArchivematicaDocs07.pdf| documentation]] for user instructions.
  
==Ubuntu Repository Package==
+
=Virtual appliance=
'''*EXPLAIN* *LINK*'''
 
 
 
==Virtual appliance==
 
  
 
1. What is a [[wikipedia:Virtual appliance|virtual appliance]]?
 
1. What is a [[wikipedia:Virtual appliance|virtual appliance]]?
  
2. Download your preferred virtual appliance format ([http://archivematica.org/downloads/md5sum.list **UPDATE**md5sum.list]):
+
2. Download your preferred virtual appliance format ([http://archivematica.org/downloads/sha256.list sha256],[http://archivematica.org/downloads/md5sum.list md5sum]):
  
* [http://www.virtualbox.org/ VirtualBox]: [http://archivematica.org/downloads/archivematica-0.6-100614-vbox.tgz archivematica-0.7-**UPDATE**-vbox.tgz] (*? GB)
+
* [http://www.virtualbox.org/ VirtualBox]: [http://archivematica.org/downloads/archivematica-0.7alpha-virtualbox-r4.tbz archivematica-0.7alpha-virtualbox.tbz], [http://europe.artefactual.com/archivematica/archivematica-0.7alpha-virtualbox-r4.tbz mirror] (3 GB)
* [http://www.vmware.com/index.html VMware]: [http://archivematica.org/downloads/archivematica-0.6-100519.vmdk archivematica-0.7-**UPDATE**.vmdk] (*? GB)
+
* [http://www.vmware.com/index.html VMware]: [http://archivematica.org/downloads/archivematica-0.7alpha-vmware.tbz archivematica-0.7alpha-vmware.tbz], [http://europe.artefactual.com/archivematica/archivematica-0.7alpha-vmware.tbz mirror] (2 GB)
* [http://www.linux-kvm.org/page/Main_Page KVM]: [http://archivematica.org/downloads/archivematica-0.6-100519.qcow2 archivematica-0.7-**UPDATE**.qcow2] (*? GB)
+
* [http://www.linux-kvm.org/page/Main_Page KVM]: [http://archivematica.org/downloads/archivematica-0.7alpha-kvm.tbz archivematica-0.7alpha-kvm.tbz], [http://europe.artefactual.com/archivematica/archivematica-0.7alpha-kvm.tbz mirror] (2 GB)
  
 
3. If you don't already have a virtual machine player, we recommend VirtualBox. See these [[Virtual appliance instructions]] on how to load your Archivematica virtual appliance using VirtualBox.
 
3. If you don't already have a virtual machine player, we recommend VirtualBox. See these [[Virtual appliance instructions]] on how to load your Archivematica virtual appliance using VirtualBox.
  
==Live USB key==
+
=Ubuntu Repository Package=
 +
We provide stable Ubuntu release packages as well as nightly build packages. These are available from the [https://launchpad.net/~archivematica/+archive/release Archivematica Launchpad PPA] (tested on x86. however 64-bit packages are available, testers welcome!).
 +
 
 +
These packages are used to create the Archivematica/Xubuntu virtual appliance available above.  In addition to these we also use the clamAV ppa for the most up to date anti-virus engine ([[information on adding clamAV ppa]]).
 +
 
 +
A dedicated Xubuntu 10.04 machine(s) or partition is recommended for a production installation. A fresh Xubuntu 10.04 install is required to install Archivematica from the repository packages. [http://cdimage.ubuntu.com/xubuntu/releases/10.04/release/ Download Xubuntu 10.04]
 +
 
 +
To add the Archivematica PPAs, run the following commands in [https://help.ubuntu.com/community/UsingTheTerminal terminal]:
 +
<pre>
 +
sudo add-apt-repository ppa:archivematica/release
 +
sudo add-apt-repository ppa:archivematica/externals
 +
</pre>
 +
 
 +
install archivematica-shotgun (remember your mysql password, or leave blank for ease/demo):
 +
<pre>
 +
sudo aptitude update
 +
sudo aptitude upgrade
 +
sudo aptitude install archivematica-shotgun
 +
</pre>
 +
 
 +
run vmInstaller-environment.sh (you will be asked for your mysql password [the mcp db exists error is ignorable]):
 +
<pre>
 +
sudo /usr/share/archivematica/vm-includes/vmInstaller-enviroment.sh
 +
</pre>
 +
 
 +
On a machine running Thunar (xubuntu 10.04). Run this to include the right click scripts.
 +
<pre>
 +
/usr/share/archivematica/thunarUCA/addArchivematicaGUIScripts.sh
 +
</pre>
 +
 
 +
Add Crontab for quarantine check (opens a text editor, if given choice choose nano)
 +
<pre>
 +
sudo crontab -e
 +
</pre>
 +
add the following to the bottom of the file, then exit and save (60 is the number of seconds to quarantine files) :
 +
<pre>
 +
* * * * * flock -xn /var/lock/quarantine.lock /usr/lib/archivematica/MCPServer/delay/delay.py 60 "/var/archivematica/sharedDirectory/watchedDirectories/quarantined"
 +
</pre>
 +
 
 +
reboot machine:
 +
<pre>
 +
sudo reboot
 +
</pre>
  
1. Download this .raw file:  [http://www.archivematica.org/downloads/archivematica-0.6-100519.raw archivematica-0.6-100519.raw] (3.7 GB)
+
By default, Archivematica installs the MCP server and single processing client on the same machine. See these instruction on [[how to add multiple clients]].
  
2. Use it to create a Live USB key: [[Build a Live USB disk]]
+
=Live USB key=
  
3. See these instructions for getting started with the Live USB key: [[Use the Live USB]]
+
#Download this .raw img:  [http://archivematica.org/downloads/archivematica-0.7alpha-usb.tbz archivematica-0.7alpha-usb.tbz] (1.1 GB)
 +
#Use it to create a Live USB key: [[Build a Live USB disk]]
 +
#See these instructions for getting started with the Live USB key: [[Use the Live USB]]
 +
#Be forwarned, due to the slow speed of USB keys it may take a few minutes before SIPs appear in the dashboard.
  
The advantage of the Live USB over the Live DVD is that it can save data and session information to the USB key for re-use in future sessions, whereas the Live DVD is read-only.
+
=Live DVD=
  
==Checkout from Subversion Repository==
+
# Download [http://www.archivematica.org/downloads/archivematica-0.7alpha-livedvd.iso archivematica-0.7alpha-livedvd.iso], [http://europe.artefactual.com/archivematica/archivematica-0.7alpha-livedvd.iso mirror] (1.1G) ([http://archivematica.org/downloads/sha256.list sha256],[http://archivematica.org/downloads/md5sum.list md5sum])
 +
# Follow the [[Live DVD|instructions]]
  
This is an option for developers that want the ability to customize or enhance their own Archivematica installation and/or contribute code back to the Archivematica project.
+
=Checkout from Subversion Repository=
  
'''*EXPLAIN* *LINK*'''
+
This is an option for developers that want the ability to customize or enhance their own Archivematica installation and/or contribute code back to the Archivematica project. See the [[Development environment]] page for further instructions.
  
 
__NOTOC__
 
__NOTOC__

Latest revision as of 12:01, 21 April 2011

Main Page > Software > Install > Release 0.7-alpha

There are multiple ways to install and use Archivematica 0.7-alpha. Once installed, consult the documentation for user instructions.

Virtual appliance[edit]

1. What is a virtual appliance?

2. Download your preferred virtual appliance format (sha256,md5sum):

3. If you don't already have a virtual machine player, we recommend VirtualBox. See these Virtual appliance instructions on how to load your Archivematica virtual appliance using VirtualBox.

Ubuntu Repository Package[edit]

We provide stable Ubuntu release packages as well as nightly build packages. These are available from the Archivematica Launchpad PPA (tested on x86. however 64-bit packages are available, testers welcome!).

These packages are used to create the Archivematica/Xubuntu virtual appliance available above. In addition to these we also use the clamAV ppa for the most up to date anti-virus engine (information on adding clamAV ppa).

A dedicated Xubuntu 10.04 machine(s) or partition is recommended for a production installation. A fresh Xubuntu 10.04 install is required to install Archivematica from the repository packages. Download Xubuntu 10.04

To add the Archivematica PPAs, run the following commands in terminal:

sudo add-apt-repository ppa:archivematica/release
sudo add-apt-repository ppa:archivematica/externals

install archivematica-shotgun (remember your mysql password, or leave blank for ease/demo):

sudo aptitude update
sudo aptitude upgrade
sudo aptitude install archivematica-shotgun

run vmInstaller-environment.sh (you will be asked for your mysql password [the mcp db exists error is ignorable]):

sudo /usr/share/archivematica/vm-includes/vmInstaller-enviroment.sh

On a machine running Thunar (xubuntu 10.04). Run this to include the right click scripts.

/usr/share/archivematica/thunarUCA/addArchivematicaGUIScripts.sh

Add Crontab for quarantine check (opens a text editor, if given choice choose nano)

sudo crontab -e

add the following to the bottom of the file, then exit and save (60 is the number of seconds to quarantine files) :

* * * * * flock -xn /var/lock/quarantine.lock /usr/lib/archivematica/MCPServer/delay/delay.py 60 "/var/archivematica/sharedDirectory/watchedDirectories/quarantined"

reboot machine:

sudo reboot

By default, Archivematica installs the MCP server and single processing client on the same machine. See these instruction on how to add multiple clients.

Live USB key[edit]

  1. Download this .raw img: archivematica-0.7alpha-usb.tbz (1.1 GB)
  2. Use it to create a Live USB key: Build a Live USB disk
  3. See these instructions for getting started with the Live USB key: Use the Live USB
  4. Be forwarned, due to the slow speed of USB keys it may take a few minutes before SIPs appear in the dashboard.

Live DVD[edit]

  1. Download archivematica-0.7alpha-livedvd.iso, mirror (1.1G) (sha256,md5sum)
  2. Follow the instructions

Checkout from Subversion Repository[edit]

This is an option for developers that want the ability to customize or enhance their own Archivematica installation and/or contribute code back to the Archivematica project. See the Development environment page for further instructions.