Forum OpenACS Development: Naviserver Ubuntu

Collapse
Posted by Siqsuruq Siqsuruq on
Hello, I have a small bash script to download and install Naviserver from Bitbucket for Ubuntu:
You can check it out on:
https://github.com/Siqsuruq/naviserver-auto-deployment-bash-script

Usage is simple like:
deploy_ns.sh [-u] [-d NS Install Dir] -i -s

Options:

-i Install Naviserver
-d Change Naviserver install directory (Default: /opt/ns)
-u Will run 'apt-get update' first and install all Ubuntu packages dependencies
-s Install StartUp Scripts
-m Install NS Module (NS_DBPG NS_FORTUNE)
-h Show this Help

I don't know if somebody will find it helpful.
Cheers