You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 22, 2019. It is now read-only.
Furyhunter edited this page Sep 14, 2010
·
1 revision
Retrieving the source
The first step in installation is obtaining a copy of the source code locally. The easiest method is by using your operating system’s git tool and pulling from the trunk on github:
$ git clone git://github.com/essen/egs
You can also download a tarball of the latest revision from the project homepage.
Building and Running
For Linux
Most distributions come with an erlang package already installed, and most of its related components needed for running the server. If not, they often have them in their software repositories.
Installation on these systems is simple; change the server IP in include/network.hrl to what you wish to bind to, run make and then run the server with make run in the root of the source.