diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2013-09-20 16:17:48 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2013-09-20 16:17:48 -0300 |
commit | 27a3b01f9a5cd93e2cefb9bafed26a6ce404a0a4 (patch) | |
tree | 09e8294e9efb4e113b6bae74fb87aedd7df5cd49 /pcr/hiawatha/hiawatha.install | |
parent | 4fe5a1594d68797b8cca926f05f359ed1685c59b (diff) | |
download | abslibre-27a3b01f9a5cd93e2cefb9bafed26a6ce404a0a4.tar.gz abslibre-27a3b01f9a5cd93e2cefb9bafed26a6ce404a0a4.tar.bz2 abslibre-27a3b01f9a5cd93e2cefb9bafed26a6ce404a0a4.zip |
PolarSSL and Hiawatha
Diffstat (limited to 'pcr/hiawatha/hiawatha.install')
-rw-r--r-- | pcr/hiawatha/hiawatha.install | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/pcr/hiawatha/hiawatha.install b/pcr/hiawatha/hiawatha.install new file mode 100644 index 000000000..0ea96ec65 --- /dev/null +++ b/pcr/hiawatha/hiawatha.install @@ -0,0 +1,37 @@ +pre_install() { + /bin/cat <<THEENDPOSTINSTALL +NOTE +---- +If you are new to Hiawatha, please refer to http://www.hiawatha-webserver.org/howto + +!!!!! This PKGBUILD compiles against the system's PolarSSL library. You will need to install PolarSSL from the AUR.!!!! + +THEENDPOSTINSTALL +} + +pre_upgrade() { + /bin/cat <<THEENDPOSTINSTALL +NOTE +---- +If you are new to Hiawatha, please refer to http://www.hiawatha-webserver.org/howto + +!!!!! This PKGBUILD compiles against the system's PolarSSL library. You will need to install PolarSSL from the AUR.!!!! + +THEENDPOSTINSTALL +} + +post_install() { + /bin/cat <<THEENDPOSTINSTALL +NOTE +---- +If you are new to Hiawatha, please refer to http://www.hiawatha-webserver.org/howto + +PHP-FPM is the prefered fastcgi server. To install. + pacman -Sy php-fpm + systemctl enable php-fpm + +The file hiawatha.conf.sample demonstrates syntax appropriate for use with the php-fpm fast cgi daemon. +THEENDPOSTINSTALL +} + + |