Skip to content

Instantly share code, notes, and snippets.

@ny83427
Last active March 25, 2020 20:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ny83427/075770ad0e7f19340bc3e928e5f1e3d7 to your computer and use it in GitHub Desktop.
Save ny83427/075770ad0e7f19340bc3e928e5f1e3d7 to your computer and use it in GitHub Desktop.
Quick and dirty script to setup nexus at Ubuntu
# download 3.21.2-03 or latest version if you want: latest-unix.tar.gz
wget https://sonatype-download.global.ssl.fastly.net/nexus/3/nexus-3.21.2-03-unix.tar.gz
tar xvzf nexus-3.21.2-03-unix.tar.gz
# if you use latest-unix.tar.gz the extracted directory name might be different
cd nexus-3.21.2-03/bin
# start nexus in background and check status
./nexus start
./nexus status
# access http://localhost:8081 with admin/admin123
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment