mirror of
https://gitlab.linphone.org/BC/public/flexisip-account-manager.git
synced 2026-01-17 10:08:05 +00:00
Fix #33 Add explanations related to the apache2 configuration
This commit is contained in:
parent
e124dedfa2
commit
626d13bae2
2 changed files with 7 additions and 2 deletions
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue