Ubuntu preseed for a developer environment for ArchiveTeam projects.
Download: archiveteam-dev-env-v1-20140913.ova 624M This ova file is an beta version. Please help test it.
This environment includes:
seesaw-kitenvironment- ready-to-use
universal-tracker - ready-to-use
rsynchost
For the preseed of the Warrior, see warrior-preseed.
Once you have imported and booted up the virtual machine, the following accounts are available:
devtrackerrsync
The passwords are the same as the username.
To access the tracker, visit http://localhost:9080/global-admin/. Note that "Live logging host" must be changed to localhost:9081.
The rsync URL is rsync://localhost:9873/archiveteam/.
Problems or comments? Please use the GitHub issue tracker. (Or have a chat on #archiveteam-dev on hackint.)
- This version of the tracker doesn't support multi-items, so temporarily remove
multi={}/from theGetItemFromTrackercall. - Use TRACKER_HOST = 'localhost:9080'
- For uploads, add
rsync://localhost:9873/archiveteam/<project name>/:downloader/as a target in the "Uploads" tab of the project admin page. Log in to the VM asrsync,cdto the uploads folder, and create the<project name>folder.
You will need:
- Unix-like environment
- VirtualBox
- fuseiso
- An Ubuntu alternative installer ISO: http://releases.ubuntu.com/precise/ubuntu-12.04.3-alternate-i386.iso
- Run
./build-vm.shwhich creates the virtual machine and its properties. - Start the virtual machine.
- Run the installation, answer "Continue", and wait for it to shut down. During "Finishing the installation", "Running preseed" may appear to hang. Pressing Alt+Right or Alt+Left will switch consoles. One of these consoles will show logging output.
- Run
./pack-vm.shwhich creates the OVA file.