Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 533 Bytes

README.md

File metadata and controls

39 lines (26 loc) · 533 Bytes

Overview

This script install and configure a local Web server with nginx and php easier. The Version 1 is currently for openSUSE and use zypper.


Setup

Download

$ git clone https://github.com/triple-t-h/nginx_installer.git

or

$ wget https://github.com/triple-t-h/nginx_installer/archive/master.zip && unzip master.zip

Install

$ cd nginx_installer/linux/bin
$ su
# ./install.sh

Start

# nginx
# php-fpm

Open your browser: http://localhost

License

MIT