tjspann / StackSetup

This is an all in one, single script solution to setting up server stacks. Currently supports LAMP and LEMP, but more stacks are planned.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

StackSetup

Currently supports: apache2, nginx, django, php7.0, mysql
Current Planned Updates: mariadb, LetsEncrypt

This is an all in one, single script solution to setting up server stacks. No instructions are included, though it is well commented. This is configured for a Proxmox or similar LXC environment, as such python does not utilize virtualenv. If you don't know what LXC is or what to do with a .sh file, this is probably not for you.

Every install is wrapped in it's own function. Any install that requires a previous install (like the slight differences in installing php for nginx and apache2) checks that it has already been done before running.

Licensed under MIT. License is included in file.

About

This is an all in one, single script solution to setting up server stacks. Currently supports LAMP and LEMP, but more stacks are planned.

License:MIT License


Languages

Language:Shell 100.0%