This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
tech:devops:archiva:start [2018/01/16 02:18] rk4n3 |
tech:devops:archiva:start [2018/01/16 02:21] (current) rk4n3 |
||
---|---|---|---|
Line 18: | Line 18: | ||
[Install] | [Install] | ||
WantedBy=multi-user.target</code> | WantedBy=multi-user.target</code> | ||
+ | * ''firewall-cmd --zone=public --add-port=8080/tcp --permanent'' | ||
+ | * ''firewall-cmd --reload'' | ||
* ''systemctl enable archiva.service'' | * ''systemctl enable archiva.service'' | ||
* ''service archiva start'' | * ''service archiva start'' | ||
* URL should be !http://yourhost:8080 | * URL should be !http://yourhost:8080 | ||
+ | * Create admin user | ||
+ | |||