You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 12 Next »

If you are just starting to use the SRP HTTP Framework or if you are relocating the SRP HTTP Framework onto a new server, the following steps will get everything up and running.

1. Server Preparation

In order to respond to HTTP requests you'll need to configure a server to run a web server capable of supporting 3rd party script engines (e.g., the OECGI). Web servers like IIS, Apache, and Abyss handle this very nicely. Additionally, you'll need to configure these web servers to talk to the OECGI properly. Our Server Preparation page includes articles to guide you through the various requirements.

Other web server considerations such as firewall settings, SSL certifications, and separating the web server from the database server, are outside the scope of this product documentation. These issues should be planned out carefully under the guidance of qualified IT professionals. We are also available for consulting. Please reach us at support@srpcs.com if you would like to schedule time to review.

2. Product Installation

Installing the SRP HTTP Framework is a relatively simple process for OpenInsight developers. We've provided some simple instructions on our Product Installation page that will walk you through the process very quickly.

3. Quick Configuration

Once the SRP HTTP Framework is installed, it should be configured so that it can properly handle incoming web requests. This configuration might change as API development for your environment proceeds, but the information contained in our Quick Configuration page will help get everything running for API testing in no time.

4. Testing for Success

Only one final step is necessary, testing an API endpoint to make sure the SRP HTTP Framework is receiving it and responding appropriately. Our Testing for Success page will help you get to the finish line.

  • No labels