Installation
This guide is split into evaluation and production sections. For evaluation, you can either download our dedicated examples binary or work with the source code.
Evaluation using the binary release
This evaluation option is the simplest choice for those new to OpenGamma. It provides a working system "out of the box".
- Download the OpenGamma examples binary
- Unpack it using tar or zip
- Install the database (only need to do this once)
- In Linux/MacOS X
./scripts/init-example-db.sh
- In Windows
scripts\init-example-db.bat
- In Linux/MacOS X
- Run the system
- In Linux/MacOS X
./scripts/start-jetty.sh
- In Windows
scripts\start-jetty.bat
- In Linux/MacOS X
- Point your browser at http://localhost:8080
| You MUST run the batch files on the command line from the directory above that which contains the scripts. This means double-clicking on the batch files won't work. We're planning to change this behaviour as it's obviously not that intuitive. |
| These batch files are only designed to work with the binary release. See the next section if you are evaluating the source code. |
Evaluation using the source code
This evalutaion option is best for more detailed investigation. It allows you to "get your hands dirty" with the code.
- See all the details in Developing The OpenGamma Platform Itself, especially the "example server" section
Production
This document provides guidelines for performing an installation of all or part of the OpenGamma Platform. Custom applications based on the OpenGamma Platform will need to perform the specific tasks necessary for their use of the different components available in the platform.
Labels
Page: Database Schema Installation
Page: Data Source Connectivity
Page: View Processor Installation
