Expert Install
Installing Emdym with the expert method can lead to data losses. Please make a backup of all your datas before beginning the process.
Database
Setup
Connect to MySQL with the manager.
Créate a new account :- login : emdym
- Pass : YourPassword
Then create a new database schema emdymdb and give corresponding permissions to the emdym user.
Application configuration
In your application root folder, locate hibernate.cfg.xml and open it with a text-editor. Specify your credentials as shown as beyond :
<property name="connection.connection_string">Server=127.0.0.1;Database=emdymdb;User=emdym;Pwd=MotsDePass;</property>
- Server : MySQL server IP address [:Port]
- Database : Database schema used for the application
- User : The user account linked to the schema
- Pwd : Your password
MySQL alternatives
Thanks to the NHibernate layer, the application is fully compatible with many others databases systems.
For more information, please refer to the NHibernate documentation.
PABX
Setup
Emdym
Setup
Application configuration
In the database, edit these keys in the table ConfigurationKey :
- asteriskHost : Asterisk server IP address
- asteriskPort : Asterisk server port
- asteriskLogin : Asterisk manager account username
- asteriskPass : Asterisk manager account password
- taoDialoutPrefix : Outgoing calls prefix
Installing Emdym with Apache
You can use Emdym with an Apache server, you will find more information here.