https://github.com/ArchiveTeam/Ubuntu-Warrior
Scripts to build and boot warrior virtual machine containing Docker
https://github.com/ArchiveTeam/Ubuntu-Warrior
Last synced: about 1 year ago
JSON representation
Scripts to build and boot warrior virtual machine containing Docker
- Host: GitHub
- URL: https://github.com/ArchiveTeam/Ubuntu-Warrior
- Owner: ArchiveTeam
- License: unlicense
- Created: 2017-07-18T18:50:36.000Z (almost 9 years ago)
- Default Branch: develop
- Last Pushed: 2023-12-14T16:43:49.000Z (over 2 years ago)
- Last Synced: 2025-03-28T05:05:30.437Z (about 1 year ago)
- Language: Shell
- Homepage:
- Size: 144 KB
- Stars: 115
- Watchers: 15
- Forks: 10
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ubuntu-Warrior (a.k.a. Warrior 3)
This project is for building a Warrior Virtual Machine Appliance for the year 2017-2021. It also contains the necessary boot up scripts that this Warrior will update from.
For building the older version, see https://github.com/ArchiveTeam/warrior-preseed
## Download a warrior
If you wanted to download the warrior, see https://github.com/ArchiveTeam/Ubuntu-Warrior/releases or https://warriorhq.archiveteam.org/downloads/warrior3/. For support, see https://www.archiveteam.org/index.php?title=Warrior.
Please note that from versions 3.2 and newer, the OVA file will be smaller. When the appliance starts up for the first time, additional data will be downloaded and installed before the warrior can be used. This will take a few minutes.
## Building a warrior
1. Install VirtualBox.
2. Download the ISO file for Alpine Linux `alpine-virt-3.13.2-x86_64.iso`
3. Run `./build-vm.sh` to create an empty Virtual Machine.
4. Boot up the virtual machine and wait for Alpine's login prompt to appear.
5. Follow the instructions for installing to disk: https://wiki.alpinelinux.org/wiki/Install_to_disk using the options mentioned in `stage.sh`.
6. Power off the virtual machine using the `poweroff` command.
7. Eject the virtual disc by selecting Remove Disk from Virtual Drive.
8. Boot the machine and login with username `root` and password `warrior`.
9. Run `apk add openssl`
10. Run `wget https://raw.githubusercontent.com/ArchiveTeam/Ubuntu-Warrior/master/stage.sh`
11. Run `chmod +x stage.sh; ./stage.sh`
12. Wait and then reboot.
13. Wait for it to install the [Docker instance](https://github.com/ArchiveTeam/warrior-dockerfile) and [warrior-code2](https://github.com/ArchiveTeam/warrior-code2).
14. Export the appliance by running `./pack-vm.sh`.
## Updating boot scripts
*Note: Do not push to master without testing! The warrior pulls files from this repository on boot up.*
`boot.sh` is responsible for fetching a copy of `startup.sh`. This allows for easier maintenance but at the risk of breaking things. When testing, please look at `boot.sh` and edit `/root/repo_prefix.txt` and/or `/root/branch.txt` to point to a separate branch.