curvechart

0.1.14 • Public • Published

quickcharts-curve

Last updated : 10 FEB 2014

Table of Contents

  1. Proxy Settings

Proxy is required for Git, NPM and Bower to work properly.

For BKK site, can choose one of the following:

http://10.40.14.55:8080 http://10.40.14.56:8080 http://10.1.51.10:80 http://10.1.56.10:80 http://10.1.56.11:80 Then set an HTTP_PROXY,HTTPS_PROXY environment variable to the proxy address.

NOTE:

Please ensure to include the http:// prefix, as some machines failed to recognize the proxy without it. Proxy settings may vary depending on your office location, please refer to network support team if you have encounter a connectivity problem.

  1. Git

Install the latest stable version of Git from http://git-scm.com/downloads. Then setup proxy for Git via this command:

git config --global http.proxy http://proxy-ip:proxy-port ex.

Change the proxy-ip:proxy-port to a real proxy address, see Proxy Settings section for more info.

  1. Node.js

Install the latest stable version of Node.js from http://nodejs.org or call

  • npm install from your command line console

NPM (Node.js Package Manager, come with Node.js installation) recognize the proxy setting in HTTP_PROXY environment variable, so step 1 should suffice. ex.

  1. Bower

Bower is a Node.js module for downloading client-side dependencies.

Bower will autodownload and install in the 2 next steps.

  1. Grunt

Grunt is an awesome Node.js module for performing essential automation tasks.

Install via NPM:

  • npm install -g grunt-cli
  1. Eikon App Engine

OPR App runs based on Eikon App Server. For developemnt purpose, simulate local app server using grunt via step below

Installation You need GitHub account and permission. If not already have one, see Sign Up for GitHub.

  1. Open and login to GitHub, http://github.com
  2. After logged in, navigate to curve project https://github.com/thomsonreuters/quickcharts-curve
  3. Click [Download ZIP] button at lower-right to download quickcharts-curve.zip
  4. Extract the zip archive to somewhere in local drive (e.g. C:\option-pricer), this will be the root directory of your project
  5. Start Git Bash. See How to use Git
  6. Change directory to the root directory of your project (the one in step 4)
  7. Run git init command to convert into Git repository.
  8. Download/Prepare dependencies (both server-side and client-side) PS. Be able to run this command for the first time.
  9. Run "npm install" 10.Run "npm install -g grunt-cli" 11.Run "grunt prepare"

Setting Started

  1. For development testing, open the command line in option-pricer repsitory Run grunt server-dev
  2. For deployment testing, open the command line in option-pricer repsitory Run grunt deploy

Readme

Keywords

Package Sidebar

Install

npm i curvechart

Weekly Downloads

1

Version

0.1.14

License

BSD-2-Clause

Last publish

Collaborators

  • meenonboard