Skip to content

Commit 4af4e57

Browse files
authored
Update Nexus_Installation.MD
1 parent f6f5aba commit 4af4e57

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

Nexus/Nexus_Installation.MD

+4-7
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
# Nexus Installation
2-
Nexus is one a artifact repository which helps to store your build outcomes.
3-
4-
### Follow this article in **[Youtube](https://www.youtube.com/watch?v=83AGz9huJGo)
5-
2+
Nexus is one a artifact repository which helps to store your build outcomes.
3+
Get help
4+
Follow this article in **[Youtube](https://www.youtube.com/watch?v=83AGz9huJGo)
65
### Prerequisites
76

87
1. EC2 instance with java
@@ -14,15 +13,13 @@ Download and setup nexus stable version
1413
cd /opt
1514
wget https://sonatype-download.global.ssl.fastly.net/nexus/3/nexus-3.0.2-02-unix.tar.gz
1615
tar -zxvf nexus-3.0.2-02-unix.tar.gz
17-
mkdir /opt/nexus
1816
mv /opt/nexus-3.0.2-02 /opt/nexus
1917
```
2018

2119
As a good security practice, it is not advised to run nexus service as root. so create new user called nexus and grant sudo access to manage nexus services
2220
```sh
2321
sudo adduser nexus
24-
#visudo
25-
\\ nexus ALL=(ALL) NOPASSWD: ALL
22+
# visudo \\ nexus ALL=(ALL) NOPASSWD: ALL
2623
sudo chown -R nexus:nexus /opt/nexus
2724
```
2825

0 commit comments

Comments
 (0)