* Improve init-db.sh
Allow custom database parameters.
Abstract common functionality.
* Improve install.sh
Abstract common functionality.
Ask to automagically reload the project when source files are changed.
* Improve the yes/no prompt in install.sh
The old implementation used a feature only present on Bash version 4, which not all systems have. The new version should work on all bash shells.
* Update install.sh