Fix #33 Add explanations related to the apache2 configuration

This commit is contained in:
Timothée Jaussoin 2022-10-11 17:34:03 +02:00
parent e124dedfa2
commit 626d13bae2
2 changed files with 7 additions and 2 deletions

View file

@ -25,6 +25,11 @@ You can also run the test suit using `phpunit`.
To know more about the web server configuration part, you can directly [visit the official Laravel installation documentation](https://laravel.com/docs/8.x).
### Apache2 server configuration
The package will deploy a `flexisip-account-manager.conf` file in the apache2 configuration directory.
This file can be loaded and configured in your specific VirtualHost configuration.
### Configure the .env file
Complete all the other variables in the `.env` file or by overwritting them in your Docker or web-server configuration:

View file

@ -8,7 +8,7 @@
#%define _datadir %{_datarootdir}
#%define _docdir %{_datadir}/doc
%define build_number 156
%define build_number 157
%define var_dir /var/opt/belledonne-communications
%define opt_dir /opt/belledonne-communications/share/flexisip-account-manager
@ -35,7 +35,7 @@
Name: bc-flexisip-account-manager
Version: 1.1.0
Release: %{build_number}%{?dist}
Summary: SIP account management xml-rpc server, for use with flexisip server suite.
Summary: SIP account management xml-rpc server, for use with flexisip server suite. Only tested for Apache2.
Group: Applications/Communications
License: GPL