Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 730 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 730 Bytes

nexus-automation

The detailed explanation of this repo is here: How to Automate Nexus Repository Manager

##clone repository
$ git clone https://github.com/mbaykara/nexus-automation.git

#start docker container
$ cd nexus-automation
$ docker build -t automate_nexus .
$ docker run --rm -d -p 8081:8081 --name nexus automate_nexus
#approximately 1 minutes later nexus server is ready
# then make the provision executable and run it by
$ chmod +x scripts/provision.sh && ./scripts/provision.sh