Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document Update for Ubuntu 20.04 #99

Merged
merged 1 commit into from Feb 21, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
15 changes: 15 additions & 0 deletions docs/en/rst/installing/linux.rst
Expand Up @@ -87,6 +87,21 @@ graphviz python-sphinx`
If you plan to use a database other than MySQL, you will need to also install
the appropriate packages for that.

Ubuntu 20.04 with MariaDB and Apache
------------
:command:`sudo apt install bugzilla-cli apache2`

:command:`sudo a2enmod rewrite headers expires cgid`

:command:`systemctl restart apache2`

:command:`sudo apt install mariadb-server mariadb-client libdate-calc-perl libtemplate-perl libappconfig-perl build-essential libdatetime-timezone-perl libdatetime-perl libemail-sender-perl libemail-mime-perl libdbi-perl libdbd-mysql-perl libcgi-pm-perl libmath-random-isaac-perl libmath-random-isaac-xs-perl libapache2-mod-perl2 libapache2-mod-perl2-dev libchart-perl libxml-perl libxml-twig-perl perlmagick libgd-graph-perl libtemplate-plugin-gd-perl libsoap-lite-perl libhtml-scrubber-perl libjson-rpc-perl libdaemon-generic-perl libtheschwartz-perl libtest-taint-perl libauthen-radius-perl libfile-slurp-perl libencode-detect-perl libmodule-build-perl libnet-ldap-perl libauthen-sasl-perl libtemplate-perl libfile-mimeinfo-perl libhtml-formattext-withlinks-perl libgd-dev libmysqlclient-dev libmariadbclient-dev lynx-common graphviz libmemcached-libmemcached-perli libemail-address-perli libcache-memcached-perl libfile-which-perl libfile-copy-recursive-perl libemail-reply-perl`

:command:`systemctl restart apache2`

There is no Ubuntu package for PatchReader so you will have to install that module
outside the package manager if you want it.

Gentoo
------

Expand Down