Cài đặt

## Yêu cầu

Theo mặc định, Opush đã có sẵn khi bạn đã cài đặt OBM-full.
Nếu không, bạn có thể cài đặt nó với câu lệnh (nếu bạn sử dụng phiên bản dựa trên deb) :

# aptitude install opush

Trong quá trình cài đặt, bạn cần cung cấp các thông tin sau. Bạn phải sử dụng cùng một cấu hình với OBM của bạn.
Bạn có thể xem file _/etc/obm/obm_conf.ini_:

external url of OBM: your_obm_server_address
Host IP address for OBM LDAP server: 127.0.0.1 (default) ← optional
Type of OBM database server: PGSQL(default)
Host IP address for OBM database server: your_database_server_address (this value has two signification, this is the Database server ip and also the obm-locator service ip, that's why obm-locator and obm-storage are on the same machine)
OBM database name: db_name_of_your_obm_install
OBM database user name: db_user_of_your_obm_install
OBM database user password: db_password_of_your_obm_install (you have to put something, else it will refuse blank password)

## Cấu hình Apache
Trong tập tin cấu hình OBM Apache trong _/etc/apache2/sites-available/obm.conf_ thêm những dòng này :

ProxyPass /Microsoft-Server-ActiveSync http://127.0.0.1:8082/opush/ActiveSyncServlet/
ProxyPassReverse /Microsoft-Server-ActiveSync http://127.0.0.1:8082/opush/ActiveSyncServlet/
nike