Difference between revisions of "Template:Linux installation instructions"
From ERPXE Wiki
Line 32: | Line 32: | ||
cat /tftpboot/bin/setup/erpxe-smb.conf > /etc/samba/smb.conf | cat /tftpboot/bin/setup/erpxe-smb.conf > /etc/samba/smb.conf | ||
− | Set password for user erpxe to "erpxe": | + | Create a Unix user called "erpxe": |
+ | |||
+ | useradd erpxe | ||
+ | |||
+ | Set SAMBA password for user erpxe to "erpxe": | ||
smbpasswd -a erpxe | smbpasswd -a erpxe |
Revision as of 11:54, 8 April 2014
Contents
Download ERPXE
Download erpxe.current.tar.gz at http://www.erpxe.com/download/.
Extract ERPXE to root "/" directory
tar -xvzf erpxe.current.tar.gz
Install a TFTP Service
{{{install-tftp}}}
Config TFTP service
This step is very IMPORTANT! if the erpxe.remap configuration is missing most plugins will not work.
{{{config-tftp}}}
Add HTTP support
{{{http}}}
Add NFS support
{{{nfs}}}
Add SAMBA support
{{{samba}}}
- The next step will overwrite your original /etc/samba/smb.conf !!!
cat /tftpboot/bin/setup/erpxe-smb.conf > /etc/samba/smb.conf
Create a Unix user called "erpxe":
useradd erpxe
Set SAMBA password for user erpxe to "erpxe":
smbpasswd -a erpxe
Set password for user "root" to your password:
smbpasswd -a root
DHCP Configuration
- read more on DHCP Configuration
Custom Settings
Remember to set a password!