Skip to content

Instantly share code, notes, and snippets.

View lawweiliang's full-sized avatar

LAW WEI LIANG lawweiliang

View GitHub Profile
@unicornist
unicornist / Centos7.md
Last active October 31, 2023 06:17
CentOS 7 Server Setup including NginX, NodeJs, MongoDB, Redis, Docker, etc...

Note: For newer versions of NodeJS, Nginx and MongoDB, checkout their websites and update the related parts.

0.Pre-requisites

run all the commands in terminal as the root user (sudo su)

yum update
yum install -y epel-release