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
|
dnf -y install mariadb-server
|
||||||
git --version
|
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:
|
create-user-debian:
|
||||||
adduser --system --shell /bin/bash --gecos 'Git Version Control' \
|
adduser --system --shell /bin/bash --gecos 'Git Version Control' \
|
||||||
--group --disabled-password --home /home/git git
|
--group --disabled-password --home /home/git git
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user