department-of-veterans-affairs/ascent-nexus-ami

Name: ascent-nexus-ami

Owner: Department of Veterans Affairs

Description: null

Created: 2017-08-09 13:22:06.0

Updated: 2017-08-09 17:23:01.0

Pushed: 2018-05-04 13:38:25.0

Homepage: null

Size: 13

Language: Shell

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Nexus AMI

Contains Packer scripts for create an AWS Nexus AMI.

AMI Details

64-bit CentOS Linux 7 box with the latest version of Nexus installed. Nexus binaries are installed at /opt/nexus and the Nexus data directory is located at /opt/sonatype-work. Data directory is kept on a seperate volume and is pesisted even after instance termination in order to preserve Nexus data.

Developer Setup
  1. Install Packer
  2. Create an AWS Access Key
Build Instructions
  1. Create a JSON file that contains the following user variable values:
    
    "aws_access_key": "<AWS Access Key value>",
    "aws_secret_key": "<AWS Secret Key value>"
    
    
  2. Blah Blah
    er build -var-file <path to variable JSON file> nexus.json
    

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.