A "Getting Started" thread should prove to be helpful in short order. A good place for hints and questions. And it gives a nice focus for newbies--which is essential!
You will first need to download the latest element model zip file from
here as well as installing JDK1.6 if you don't already have it on your system. Then you are ready do do the configuration.
Configuration means updating the smtp.cft file to work with your own gmail account. Details can be found in the
Installation Guide. (You will also need to configure the gmail account for POP3 access.)
Now you are ready to run. I suggest starting with Com11105.bat or Com11105.sh. This will bring up a [jetty] web server which has been integrated with the element model database and which is included in the download (which is why the download is so big). Two ports are used: 11105 is used as the server socket port for access by other instances of element model. And port 8080 is the default jetty port for the web server.
With Com11105 running, you can now point your web browser to localhost:8080 and take a look at the user interfaces as they have been developed to date.
Another program, Browse, is also included. This is a database console and can be run using the Browse11102.bat or Browse11102.sh scripts. It uses 11102 as its socket server port. Scripts Browse11104.bat and Browse11104.sh can also be used to run the console with server port 11104. The Browse console is very powerful, but not at all user friendly--it is only a thin layer over the database. So it is good for learning about the database but not at all good for demonstrating applications.