Changes between Version 3 and Version 4 of Internal/Myplc/InstallMyplc


Ignore:
Timestamp:
Apr 24, 2012, 8:47:55 PM (12 years ago)
Author:
ssugrim
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Internal/Myplc/InstallMyplc

    v3 v4  
    6666
    6767Fedora 8 is a desktop distribution. There doesn't seem to be a server (Fedora core?) and the install instructions specify fedora8.
     68
     69==== 4/24/2012 ====
     70Switching to fedora 12. Os tweaks before we start the install.
     71
     72 1. added native to wheel group
     73    {{{
     74    usermod -a -G wheel native
     75    }}}
     76 1. edited sudoers to allow wheel sudo access with no password.
     77 1. droped udev 70.persisent.net rules so that udev would have to remake because we move the vm after installin.
     78 1. disabled firewall by running
     79    {{{
     80    system-config-firewall
     81    }}}
     82    Then choosing diable.
     83 1. Edit /etc/selinux/config (as root) to set SELINUX=disabled.
     84
     85
    6886=== Step 2 ===
    6987
     
    130148 * When they ask for the PLC_DB_PASSWORD, their shell utility requires you to prefix the varialbe name with s to
    131149   get the variable value
    132