E-VANCE / do-lemp-stack

One click LEMP-installation for Ubuntu 16.04.x on Digital Ocean

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LEMP STACK

Setup script for Digital Ocean cloudconfig / metadata on Ubuntu 16.04.x

This file is tested on DigitalOcean. Feel free to contribute on further development and please report issues.

DIGITALOCEAN INSTALLATION

Use this user script while creating the droplet (screenshot not reflecting current changes to script, be aware):

image

#cloud-config
chpasswd:
  list: |
    root: yourrootpassword
  expire: False
runcmd:
- wget https://raw.githubusercontent.com/E-VANCE/do-lemp-stack/master/lemp-16-04.sh
- chmod +x lemp-16-04.sh
- ./lemp-16-04.sh

Your password(s) will be stored in /root/mysql_passwd.txt

About

One click LEMP-installation for Ubuntu 16.04.x on Digital Ocean

License:GNU General Public License v3.0


Languages

Language:Shell 100.0%