Changes between Version 3 and Version 4 of Internal/Myplc/InstallMyplc
- Timestamp:
- Apr 24, 2012, 8:47:55 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Internal/Myplc/InstallMyplc
v3 v4 66 66 67 67 Fedora 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 ==== 70 Switching 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 68 86 === Step 2 === 69 87 … … 130 148 * When they ask for the PLC_DB_PASSWORD, their shell utility requires you to prefix the varialbe name with s to 131 149 get the variable value 132