Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 872 Bytes

README.md

File metadata and controls

34 lines (21 loc) · 872 Bytes

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.