Skip to content

mbaykara/nexus-automation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published