Difference between revisions of "ERPXE:Installation"

From ERPXE Wiki
 
(142 intermediate revisions by the same user not shown)
Line 1: Line 1:
ERPXE comes in the packages:
+
{{navbar}}
- .VMDK
 
- .TAR.GZ / .ZIP
 
  
= VMDK Installation =
+
==Installation==
  
==== Enable DHCP ====
+
ERPXE can be installed on every TFTP capable platform.
from ERPXE terminal:
 
chkconfig dhcpd on
 
service dhcpd start
 
  
update the gateway in ERPXE to your current router/gateway.
+
Common daemons are available for Linux, Windows and MacOS.
  
==== Configure your DHCP ====
+
===Linux===
ERPXE configured as 10.0.0.1. many modules needs this IP.
+
* [[CentOS installation instructions]]
if you need another to change this you should read [[Change IP]] article.
+
* [[Debian installation instructions]]
 +
* [[Fedora installation instructions]]
 +
<!--* [[FreeBSD installation instructions]]
 +
* [[openSUSE installation instructions]] -->
 +
* [[Ubuntu installation instructions]]
 +
* [[Raspberry Pi installation instructions]]
  
add the following rules to your dhcp server:
+
===Windows===
next-server 10.0.0.1;
+
* [[Windows installation instructions]]
filename [gpxelinux.0];
 
  
rules 66, 67 in microsoft dhcp.
+
== Custom Settings ==
 +
* [[ERPXE:Customize ERPXE Settings|Customize ERPXE Settings]]
 +
[[ERPXE:Customize ERPXE Settings|Remember to Set a Password!]]
 +
* [[ERPXE:Advanced scripts|Advanced scripts]]
  
=== TFTPD Custom Installation ===
+
== DHCP Configuration ==
 +
* read more on [[DHCP Configuration]]
  
== Choosing TFTP Service ==
 
  
any [http://en.wikipedia.org/wiki/Trivial_File_Transfer_Protocol/ TFTP] server should be ok for ERPXE. consider the one best fits your needs. note: not all servers tested!
+
and That's it, enjoy ERPXE.
 
 
there are more TFTP servers available. you should check what best suits you.
 
 
 
=== For Windows: ===
 
 
 
- [http://tftpd32.jounin.net/ Tftpd32]
 
- [http://www.tftp-server.com/ TFTP Server for Windows]
 
- [http://sourceforge.net/projects/tftp-server/ Open TFTP Server]
 
 
 
=== For Linux/Unix: ===
 
 
 
- [http://sourceforge.net/projects/tftp-server/ Open TFTP Server]
 
- [http://freshmeat.net/projects/tftp-hpa/ tftp-hpa for BSD]
 
- [http://freecode.com/projects/atftp/ Advanced TFTP]
 
 
 
=== for Mac: ===
 
- [http://mac.softpedia.com/get/Utilities/TFTP-Server.shtml TFTP Server 3.4]
 
- [http://www.macupdate.com/app/mac/12146/mactftp-client/ MacTFTP Client 1.2 (Shareware)]
 
 
 
NOTE: not all modules supported on every OS due to NFS/CIFS/HTTP limitations.
 
 
 
Recommended:
 
CentOS (Tested on CentOS 5.0-6.0)
 
using xinetd-tftp as TFTP server.
 
 
 
== Installing ERPXE ==
 
 
 
Copy the content of ERPXE solution into the shared directory of your TFTP server.
 
 
 
== Configuring ERPXE ==
 
 
 
Check the [[POST-Installation]] info for your downloaded version or within the doc folder inside your distribution.
 
 
 
 
 
----
 
 
 
 
 
That's it. enjoy ERPXE.
 

Latest revision as of 17:00, 20 December 2013


Installation

ERPXE can be installed on every TFTP capable platform.

Common daemons are available for Linux, Windows and MacOS.

Linux

Windows

Custom Settings

Remember to Set a Password!

DHCP Configuration


and That's it, enjoy ERPXE.