Skip to content

christurnertv/lnppstack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LNPP Stack Scripts

Scripts to simplify installing, configuring, and maintaining nginx, php-fpm, and postgres on ubuntu. Tested on ubuntu 12.10.

Linode

You can use these scripts to setup your linode VPS. If you find these scripts useful, please use our referral link below.

http://www.linode.com/

Install Scripts

To download and use initial install scripts, use the following commands (as root):

wget https://raw.githubusercontent.com/gizmovation/lnppstack/master/install-stack.sh
chmod u+x install-stack.sh
./install-stack.sh

Helper Scripts

Helper scripts get installed to /usr/local/bin.

# create a site
site-create example.com

# install phpsecinfo in current directory
site-install-phpsecinfo

# delete a site
site-delete example.com

# disable a site
site-disable example.com

# enable a disabled site
site-enable example.com

# update helper scripts
sudo lnpp-helpers update

Warranty

None, use at your own risk!

License

MIT

About

Nginx, PHP, and Postgres on Ubuntu 12.10.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages