Skip to content

TirsvadCMS-Scripts/nginxSetup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project nginxSetup

Getting Started

Our goal is an easy install and setup of webhosting. Including SSL. Support OS like Debian, Ubuntu and centos

How to get

git clone https://github.com/TirsvadCMS-Bashscripts/nginxSetup.git
cd nginxSetup

You maybe first have to get git

  • On centos

      yum install git
    
  • On Debian and ubuntu

      apt-get install git
    

How to use

Install nginx

bash nginxSetup.sh install

Add a domain with SSL connection

bash nginxSetup.sh add --domain example.com --email admin@example.com

Contributing

Please read CONTRIBUTING.md

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.