equal
deleted
inserted
replaced
1 ============== |
1 ============== |
2 Installing vmm |
2 Installing vmm |
3 ============== |
3 ============== |
4 After you've prepared everything, it's time to install vmm. |
4 After you've prepared everything, it's time to install vmm. |
5 Change into the :file:`vmm-0.6.0` directory an execute the |
5 Change into the :file:`vmm-0.6.1` directory an execute the |
6 :file:`install.sh` script. |
6 :file:`install.sh` script. |
7 You can adjust the installation prefix by modifying line 8 of the script. |
7 You can adjust the installation prefix by modifying line 8 of the script. |
8 |
8 |
9 .. code-block:: console |
9 .. code-block:: console |
10 |
10 |
11 root@host:~# cd /path/to/vmm-0.6.0 |
11 root@host:~# cd /path/to/vmm-0.6.1 |
12 root@host:/path/to/vmm-0.6.0# ./install.sh |
12 root@host:/path/to/vmm-0.6.1# ./install.sh |
13 |
13 |
14 Don't forget to edit /usr/local/etc/vmm.cfg - or run: vmm cf |
14 Don't forget to edit /usr/local/etc/vmm.cfg - or run: vmm cf |
15 and /etc/postfix/pgsql-*.cf files. |
15 and /etc/postfix/pgsql-*.cf files. |
16 |
16 |
17 root@host:/path/to/vmm-0.6.0# |
17 root@host:/path/to/vmm-0.6.1# |
18 |
18 |
19 pgsql-\*.cf files |
19 pgsql-\*.cf files |
20 ----------------- |
20 ----------------- |
21 After executing the install script you have to edit all :file:`pgsql-{*}.cf` |
21 After executing the install script you have to edit all :file:`pgsql-{*}.cf` |
22 files in `postconf -h config_directory`. For details see `pgsql_table(5)`_. |
22 files in `postconf -h config_directory`. For details see `pgsql_table(5)`_. |