This collection of documents moves forward in three steps
- Create Autounattend.xml file(s)
- Create base box with veewee
- Create box with vagrant
Read the documents in that order, i.e.
- WindowsAIK.md
- Veewee.md
#!/bin/bash | |
# | |
# Command Line Options: | |
# | |
# -d | use --debug flag | |
# -n | use --no-verify-ssl flag | |
# -p profile_name | specify the AWS CLI profile | |
# -r region_name | specify the AWS region for the S3 bucket | |
# -v | enable bash verbosity |
start /wait msiexec /i Octopus.Tentacle.<version>.msi /quiet INSTALLLOCATION=C:\Octopus | |
cd C:\Octopus\Agent | |
tentacle configure --appdir="C:\Applications" --port=10933 --trust=<server-thumbprint> | |
tentacle new-certificate | |
tentacle install | |
tentacle register-with --server=<server-url> --environment=<environment> --role=<role> --apikey=<some-user-apikey> | |
octo deploy-release --project=<project-name> --deployto=<environment-to-deploy> --version=<version-to-deploy> --server=<server-url> --apikey=<some-user-apikey> |
This collection of documents moves forward in three steps
Read the documents in that order, i.e.
install basic build packages | |
sudo apt-get install build-essential | |
sudo apt-get install linux-source | |
download driver from LSI site(Linux 5.3) | |
http://www.lsi.com/support/Pages/Download-Results.aspx?productcode=P00066&assettype=Driver&component=Storage%20Component&productfamily=RAID%20Controllers&productname=MegaRAID%20SAS%209260-8i |