Difference between revisions of "Template:Linux installation instructions"

From ERPXE Wiki
Line 44: Line 44:
  
 
== Custom Settings ==
 
== Custom Settings ==
* [[Customize ERPXE Settings]]
+
* [[ERPXE:Customize ERPXE Settings]]
  [[Customize ERPXE Settings|Remember to Set a Password!]]
+
  [[ERPXE:Customize ERPXE Settings|Remember to Set a Password!]]

Revision as of 21:15, 18 August 2013

Download ERPXE

Download erpxe.current.tar.gz at http://www.erpxe.com/download/.

Extract ERPXE to root "/" directory

tar -xvfz erpxe.current.tar.gz 

Install a TFTP Service

{{{install-tftp}}}

Config TFTP service

This step is very IMPORTANT! if the er.remap configuration is missing most plugins will not work.

{{{config-tftp}}}

Add Shares

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/doc/setup/smb.conf > /etc/samba/smb.conf

Set password for user erpxe to "erpxe":

smbpasswd -a erpxe

Set password for user "root" to your password:

smbpasswd -a root

DHCP Configuration

Custom Settings

Remember to Set a Password!