The bash installer As the core functionality is based upon linux, the bash-installer is intended to install and setup the base of VdrAssistant. As the name suggests, the bash installer uses bash to perform its tasks. Beside bash, the installer uses dialog to interface with the user. The installer is available in english and german. The language can be selected as first step. Second step is to choose the services, that should get installed. Depending on that selection, the dependencies to external tools may differ. To install the database, the installer should be executed at the database server. Those of you, who know mysql very well might of cause use the installer for remote database installation - but this is not recommended for beginners. OK, first of all, the database will be installed. To avoid major disasters, the installer checks the existance of an already installed database for VdrAssistant. It only starts database setup, when there are no tables for VdrAssistant found. To ease the database setup, the installer creates a script, when it could not access the database. This script is a shell script, so that beginners can create a database and a user for VdrAssistant without any SQL- or mysql-knowledge (ok, he should know the password of the mysql superuser). After the database setup, the services will be installed and the default environment for the services will be setup. The installer writes its actions into a logfile, which will be displayed at the end of the installation. |