SkillAgentSearch skills...

Lnppstack

Nginx, PHP, and Postgres on Ubuntu 12.10.

Install / Use

/learn @christurnertv/Lnppstack
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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

Related Skills

View on GitHub
GitHub Stars5
CategoryDevelopment
Updated1y ago
Forks3

Languages

Shell

Security Score

55/100

Audited on Jan 22, 2025

No findings