1. Downloads [http://www.unidata.ucar.edu/software/awips2/doc/awips2.repo](http://www.unidata.ucar.edu/software/awips2/doc/awips2.repo) to `/etc/yum.repos.d/awips2.repo`
* Debian, Ubuntu, SUSE, Solaris, OS X, Fedora 15+, CentOS/RHEL 7, Windows
It will probably work on Scientific Linux.
selinux should be **disabled** [(read more about selinux at redhat.com)](https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/6/html/Security-Enhanced_Linux/sect-Security-Enhanced_Linux-Enabling_and_Disabling_SELinux-Disabling_SELinux.html)
Qpid is known to crash on some systems which have not defined a higher security limit for user processes and files. To be sure that Qpid can handle the high number of messages from edexBridge, add the following two lines to `/etc/security/limits.conf`
To serve data from an EDEX server, iptables must allow TCP connections on ports **5672**, **9581** and **9582**. The following lines added to `/etc/sysconfig/iptables`, followed by the command `service iptables restart`, will configure iptables for EDEX.
-A INPUT -p tcp -m tcp --dport 5672 -j ACCEPT
-A INPUT -p tcp -m tcp --dport 9581 -j ACCEPT
-A INPUT -p tcp -m tcp --dport 9582 -j ACCEPT
## Install with Yum
#### yum groupinstall awips2-server
The EDEX Data Server packages will take roughly 20-30 minutes to install, so you may want to let this run and come back.
yum groupinstall awips2-server -y 2>&1 | tee -a edex_install.log
#### Start EDEX
edex start
If you see an error from the above command, check your EDEX configuration with the command
edex setup
(this is done once during installation, but it's a good idea to check again)
Confirm that all EDEX services are running:
[root@edex ~]# edex
[edex status]
postgres :: running :: pid 7317
pypies :: running :: pid 7345
qpid :: running :: pid 7378
EDEXingest :: running :: pid 8271
EDEXgrib :: running :: pid 8317
EDEXrequest :: running :: pid 8218
ldmadmin :: running :: pid 1337
edex (status|start|stop|setup|log|purge)
#### Watch Logs
edex log
[edex] EDEX Log Viewer
:: No log specified - Defaulting to ingest log
:: Viewing /awips2/edex/logs/edex-ingest-20140413.log. Press CTRL+C to exit