All Projects → VirtuBox → wo-nginx-setup

VirtuBox / wo-nginx-setup

Licence: MIT license
Bash script to setup optimized WordOps

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to wo-nginx-setup

magento2-installer-bash-script
Simplistic Magento 2 Installer Bash Script
Stars: ✭ 38 (+137.5%)
Mutual labels:  bash-script, install-script
rclone4pi
rclone4pi - Easy Install of rclone to Raspberry Pi Computer with automated folder sync demo
Stars: ✭ 91 (+468.75%)
Mutual labels:  bash-script, install-script
LEMPer
LEMPer Stack is terminal-based LEMP / LNMP installer and manager for Debian & Ubuntu cloud or virtual server (vps) and on-premise (bare metal).
Stars: ✭ 171 (+968.75%)
Mutual labels:  nginx-configuration, lemp-stack
Gallery shell
📷 Bash Script to generate static responsive image web galleries.
Stars: ✭ 198 (+1137.5%)
Mutual labels:  bash-script
Opkg Upgrade
List and install OpenWRT / LEDE opkg upgradable packages
Stars: ✭ 215 (+1243.75%)
Mutual labels:  bash-script
bash-framework
◼️ speed up your shell script development and add a modern look and feel (alpha version) ✨ 💫
Stars: ✭ 21 (+31.25%)
Mutual labels:  bash-script
Switch Cuda
A simple bash script for switching between installed versions of CUDA.
Stars: ✭ 186 (+1062.5%)
Mutual labels:  bash-script
anyfesto
Low cost Raspberry Pi /Linux based access point with audio, education and communications local content server. Inspired by the ideas of sharing with others. Anyfesto - a platform from which to speak.
Stars: ✭ 66 (+312.5%)
Mutual labels:  bash-script
radeon-scripts
Scripts to manage various aspects of the AMD line of cards in Linux
Stars: ✭ 39 (+143.75%)
Mutual labels:  bash-script
Auto-Besside-Capturer
Capture WPA handshakes, using besside-ng. Auto upload to http://wpa-sec.stanev.org for cracking the password.
Stars: ✭ 28 (+75%)
Mutual labels:  bash-script
deck
DECK is a powerful and high performant local web development studio unlike any other.
Stars: ✭ 1,414 (+8737.5%)
Mutual labels:  lemp-stack
fusionauth-install
FusionAuth simple install scripts. Copy, Paste, Code.
Stars: ✭ 66 (+312.5%)
Mutual labels:  install-script
Mtprotoproxyinstaller
One-click script to install MTProto Proxy server on CentOS, Ubuntu and Debian
Stars: ✭ 216 (+1250%)
Mutual labels:  bash-script
gh-token
Create an installation access token for a GitHub app from your terminal 💻
Stars: ✭ 154 (+862.5%)
Mutual labels:  bash-script
Gifcap
Create GIFs from Android devices (pronounced "gif cap")
Stars: ✭ 201 (+1156.25%)
Mutual labels:  bash-script
puppet-install-shell
A shell script to install puppet on multiple distros
Stars: ✭ 33 (+106.25%)
Mutual labels:  install-script
Self Signed Ssl
Generate self-signed TLS certificate using OpenSSL
Stars: ✭ 188 (+1075%)
Mutual labels:  bash-script
F8x
红/蓝队环境自动化部署工具
Stars: ✭ 227 (+1318.75%)
Mutual labels:  bash-script
mysql-user-db-creator-bash-script
Script to create a mysql database, user and password with just a command
Stars: ✭ 24 (+50%)
Mutual labels:  bash-script
phisherprice
All In One Pentesting Tool For Recon & Auditing , Phone Number Lookup , Header , SSH Scan , SSL/TLS Scan & Much More.
Stars: ✭ 38 (+137.5%)
Mutual labels:  bash-script

Bash script to automate optimized WordOps setup


⚠️ Not maintained


commits


Server Stack

  • Nginx 1.16.x/1.15 with nginx-ee
  • PHP-FPM 7.2/7.3
  • MariaDB 10.1/10.2/10.3
  • REDIS 5.0
  • Fail2ban
  • UFW Firewall
  • ClamAV Antivirus
  • Netdata
  • Proftpd

Documentation available here : Ubuntu-Nginx-Web-Server

Features

  • Automated MariaDB server or client installation (10.1/10.2/10.3)
  • Linux server tweaks
  • WordOps automated installation
  • Latest Nginx release compiled with nginx-ee
  • UFW configuration with custom SSH port
  • Fail2ban Installation & Configuration
  • Cloudflare visitor real IP configuration
  • WordOps-Dashboard installation
  • Proftpd installation & configuration

Compatibility

  • Ubuntu 16.04 LTS
  • Ubuntu 18.04 LTS

Requirements

  • login as root
  • ssh connection with ssh keys (Recommended SSH software on Windows : Mobaxterm)
  • VPS or dedicated server with at least 2GB RAM (Recommended Proviers : Hetzner, OVH, DigitalOcean, Linode, Vultr, Scaleway)

Usage

Interactive install in a single command

bash <(wget -O - vtb.cx/wo-nginx-setup || curl -sL vtb.cx/wo-nginx-setup) -i

Alternative method : Clone the repository

git clone https://github.com/VirtuBox/wo-nginx-setup.git $HOME/wo-nginx-setup
cd $HOME/wo-nginx-setup

Make wo-nginx-setup executable

chmod +x $HOME/wo-nginx-setup

Launch install

$HOME/wo-nginx-setup <options>

Set configuration with config.inc file

Clone the repository

git clone https://github.com/VirtuBox/wo-nginx-setup.git $HOME/wo-nginx-setup
cd $HOME/wo-nginx-setup

Copy config.inc.example into config.inc and edit it

cp config.inc.example config.inc
nano config.inc

Set "y" or "n" to enable or disable features and then run the script

chmod +x wo-nginx-setup.sh && ./wo-nginx-setup.sh

Published & maintained by VirtuBox

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].