aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoseph Quinn2015-07-23 14:21:25 -0400
committerJoseph Quinn2015-07-23 14:21:25 -0400
commitc4564d39c73f4acab2a3e259344b4f869753903f (patch)
treea7a3ee2f2e15a0a9bd23150c8e2c9b12d6e6c24e
parent5500270952f147add360940b754a58828badb285 (diff)
downloadaur-c4564d39c73f4acab2a3e259344b4f869753903f.tar.gz
added README, [freedom intensifies]
-rw-r--r--README54
1 files changed, 54 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 000000000000..d988508e4aee
--- /dev/null
+++ b/README
@@ -0,0 +1,54 @@
+# Arch User Repository nginx-passenger-git
+
+### Maintainer: [illuser](mailto:lykouleon.eve@gmail.com)
+
+## Goals
+
+* Maintain PKGBUILD symmetrically with [[extra/nginx]](https://www.archlinux.org/packages/extra/x86_64/nginx)
+* Avoid PKGBUILD bloat and unnecessary dependencies
+* [Freedom](https://wiki.installgentoo.com/index.php/Freedom)
+
+## Sources
+* [Nginx Stable](http://nginx.org/en/download.html)
+* [Phusion Passenger](https://github.com/phusion/passenger)
+
+## Dependencies
+* openssl
+* pcre
+* zlib
+* geoip
+* ruby
+* hardening-wrapper (make)
+* git (make)
+
+## Optional Dependencies
+* nodejs: Support for webapps running on nodejs
+* iojs: Support for webapps running on nodejs, using iojs's fork of nodejs
+* python: Support for webapps running on python (django, grok, flask, pylons, pyramid...)
+* meteorjs: Support for webapps running on meteorjs
+* clang: Faster compiling of nginx
+* ccache: Faster re-compiling of nginx
+
+## Installation
+
+From AUR4
+
+```bash
+yaourt -S nginx-passenger-git
+
+packer -S nginx-passenger-git
+
+aura -A nginx-passenger-git
+```
+
+From source
+```bash
+git clone https://github.com/illuser/aur-nginx-passenger-git
+cd aur-nginx-passenger-git
+makepkg # --clean --syncdeps --install
+(sudo) pacman -U nginx-passenger-git*.pkg.tar.xz
+```
+
+## Licenses
+* [nginx](http://nginx.org/LICENSE)
+* [Phusion Passenger](https://raw.githubusercontent.com/phusion/passenger/stable-5.0/LICENSE)