Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nigma/StackScripts
A bunch of StackScripts that I use to easily deploy full web+db+django stack at Linode.com
https://github.com/nigma/StackScripts
Last synced: 3 months ago
JSON representation
A bunch of StackScripts that I use to easily deploy full web+db+django stack at Linode.com
- Host: GitHub
- URL: https://github.com/nigma/StackScripts
- Owner: nigma
- Created: 2010-08-03T15:55:15.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2014-02-06T10:39:13.000Z (over 10 years ago)
- Last Synced: 2024-04-12T00:19:20.888Z (7 months ago)
- Language: Shell
- Homepage: http://www.linode.com/stackscripts/view/?StackScriptID=131
- Size: 155 KB
- Stars: 82
- Watchers: 8
- Forks: 30
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- starred-awesome - StackScripts - A bunch of StackScripts that I use to easily deploy full web+db+django stack at Linode.com (Shell)
README
# Linode StackScripts
### Please note
These scripts may be a bit outdated now although the solution served me well on many occasions. I have now moved to Ansible and other configuration management tools that are just much metter than the bash scripts approach, although you may pick up some configs and scripting ideas from here.
If there is an interest in a similar full-stack web-server setup go ahead and open a ticket and I can prepare a set of Ansible roles and playbooks with Nginx & uWSGI as the web server.
-------------------
### Original readme
A Linode.com StackScript shell script that configures a complete web environment with Apache, PostgreSQL/MySQL/MongoDB, Python, mod_wsgi, virtualenv and Django.
Optionally creates a PostgreSQL/MySQL user and database and installs MongoDB NoSQL database.
By default, it creates a VirtualHost using the reverse DNS of your Linode's primary IP and sets up a sample Django project in the /srv directory.
Installs common system and dev utilities, sets up postfix loopback, Uncomplicated Firewall and Fail2Ban.
Writes command output to /root/stackscript.log and records /etc changes using Mercurial. When completed notifies via email.