app-admin/webapp-config

This wiki page is about a gentoo ebuild. Include any information about how to install it (emerge it), potential problems and how to resolve them. Be bold and improve it!

If you have any questions or experience any problem related to this ebuild, don't hesitate to open a new ticket and we'll do our best to assist you.

Homepage:
https://sourceforge.net/projects/webapp-config/
https://wiki.gentoo.org/wiki/Project:Webapps/webapp-config
Description: Gentoo's installer for web-based applications

Most of the documentation can be found either with man webapp-config or in the following wiki:
https://wiki.gentoo.org/wiki/Webapp-config

Getting started

Overview

The following few commands are useful to have a proper overview of what's is already present on your system:

# webapp-config --list-installs
# webapp-config --list-unused-install

The file /etc/vhosts/webapp-config also contains important settings which will affect all major operations, so check it out.

Install / remove a web application

# webapp-config -h localhost -d postfixadmin -I postfixadmin 3.1

The above command will install postfixadmin version 3.1 within the host localhost situated within /var/www/localhost/htdocs/ under the subdirectory /var/www/localhost/htdocs/postfixadmin/.

See the application installed and its version:

# webapp-config --show-installed -h localhost -d postfixadmin
postfixadmin 3.1

Use the output of the command above as arguments to remove the application:

# webapp-config -h localhost -d postfixadmin -C  postfixadmin 3.1

External resources