docs: tfix
This commit is contained in:
parent
1a90dff7f1
commit
66c12fa61f
2 changed files with 9 additions and 9 deletions
10
README.md
10
README.md
|
@ -9,20 +9,20 @@ Evoadmin-mail requirements are an LDAP server, a web server and
|
|||
PHP. See [INSTALL](docs/install.md) for instructions.
|
||||
|
||||
Multiples services can be configured to use the LDAP directory
|
||||
managed by Evoadmin-mail :
|
||||
managed by Evoadmin-mail:
|
||||
|
||||
- TODO
|
||||
|
||||
## Test
|
||||
|
||||
You can deploy a test environment with Vagrant :
|
||||
You can deploy a test environment with Vagrant:
|
||||
|
||||
~~~
|
||||
vagrant up
|
||||
~~~
|
||||
|
||||
Evoadmin-mail uses the evoadminmail.packmail.example.com domain
|
||||
on localhost, so update your /etc/hosts :
|
||||
on localhost, so update your /etc/hosts:
|
||||
|
||||
~~~
|
||||
127.0.0.1 evoadminmail.packmail.example.com
|
||||
|
@ -34,7 +34,7 @@ https://evoadminmail.packmail.example.com:8443
|
|||
### Authentication
|
||||
|
||||
The default admin user is "evoadmin", the password is randomly
|
||||
generated and can be recovered from LDAP :
|
||||
generated and can be recovered from LDAP:
|
||||
|
||||
~~~
|
||||
vagrant ssh
|
||||
|
@ -45,7 +45,7 @@ ldapvi --ldapsearch "(uid=evoadmin)" | grep userPassword | awk '{ print $2 }'
|
|||
### Deployment
|
||||
|
||||
Launch rsync-auto in a terminal to automatically synchronise your
|
||||
local code with the Vagrant VM :
|
||||
local code with the Vagrant VM:
|
||||
|
||||
~~~
|
||||
vagrant rsync-auto
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
# Install
|
||||
|
||||
Evoadmin-mail need an LDAP server, a Web server and PHP. This documentation explain how to configure OpenLDAP and Apache with mod_php.
|
||||
Evoadmin-mail needs an LDAP server, a Web server and PHP. This documentation explains how to configure OpenLDAP and Apache with mod_php.
|
||||
|
||||
Following files extract are [Jinja2](http://jinja.pocoo.org) templates, **{{ varname }}** must be replaced by custom value, eg.
|
||||
Following files extract are [Jinja2](http://jinja.pocoo.org) templates, **{{ varname }}** must be replaced by custom value, e.g.
|
||||
|
||||
~~~
|
||||
ldap_hostname: "mailserver"
|
||||
|
@ -237,7 +237,7 @@ git clone https://forge.evolix.org/evoadmin-mail.git /home/evoadmin-mail/www
|
|||
;
|
||||
; You need to copy and edit config-sample.ini to config.ini.
|
||||
; This INI file is loaded by evoadmin-mail and contains the
|
||||
; following configurations :
|
||||
; following configurations:
|
||||
;
|
||||
; * Global settings
|
||||
; * LDAP settings
|
||||
|
@ -257,4 +257,4 @@ admin_pass = "{{ ldap_admin_password }}"
|
|||
superadmin[] = "evoadmin"
|
||||
~~~
|
||||
|
||||
You can now connect to your Evoadmin-mail with **evoadmin** user and your precedently defined password !
|
||||
You can now connect to your Evoadmin-mail with **evoadmin** user and your previously defined password!
|
||||
|
|
Loading…
Reference in a new issue