doc/web/source/installation/install_vmm.rst
changeset 706 6c369b680ab0
parent 626 f151defe7078
equal deleted inserted replaced
705:9149e0249c25 706:6c369b680ab0
     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.1` directory an execute the
     5 Change into the :file:`vmm-0.6.2` 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.1
    11  root@host:~# cd /path/to/vmm-0.6.2
    12  root@host:/path/to/vmm-0.6.1# ./install.sh
    12  root@host:/path/to/vmm-0.6.2# ./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.1#
    17  root@host:/path/to/vmm-0.6.2#
    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)`_.