roflanKisel / ubuntu-server-node-toolkit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ubuntu Server Node Toolkit

Toolkit provides following features:

Setup Node environment with NGINX

Script installs following programs:

  • NGINX
  • Node.js
  • Yarn
  • Docker
  • Docker-compose
  • RSync

Running

  chmod +x ./scripts/setup-env.sh && sudo ./scripts/setup-env.sh

Create new app by domain

Script do following things:

  • Creates domain directories for NGINX
  • Generates basic files for NGINX
  • Obtains an SSL Certificate for domain

Running

  1. Make sure Server's public IP address is linked to domain.
  2. Run command below and replace {{your-domain}} with real domain
  chmod +x ./scripts/create-app.sh && sudo ./scripts/create-app.sh {{your-domain}}

About


Languages

Language:Shell 85.8%Language:JavaScript 9.6%Language:HTML 4.6%