Added couple things
This commit is contained in:
parent
a596aeb5a7
commit
df714ffef9
14
Makefile
14
Makefile
@ -16,6 +16,20 @@ install-dependencies-rocky:
|
||||
dnf -y install mariadb-server
|
||||
git --version
|
||||
|
||||
enable-mariadb:
|
||||
systemctl daemon-reload
|
||||
systemctl enable mariadb
|
||||
|
||||
start-mariadb:
|
||||
systemctl start mariadb
|
||||
|
||||
enable-nginx:
|
||||
systemctl daemon-reload
|
||||
systemctl enable nginx
|
||||
|
||||
start-nginx:
|
||||
systemctl start nginx
|
||||
|
||||
create-user-debian:
|
||||
adduser --system --shell /bin/bash --gecos 'Git Version Control' \
|
||||
--group --disabled-password --home /home/git git
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user