Installing Linux Satellite Server 
Satellite Servers can be run on Linux platforms but the install process is a little more involved. Follow the steps listed below:
1. Download the satellite.tar file from the server
2. Extract the .tar into an install directory of choice:
tar -xf satellite.tar
3. From the install directory run the configuration script:
sh sat_configure.sh
4. Download the satellite.ini file from the server and place it in the directory chosen in (3)
5, Finally start the satellite server on the Linux platform by running the sat.sh script:
sh sat.sh start
|