File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,6 +15,16 @@ work for you.
1515Also you may have a cross-origin (domain) issues when testing. In future, this project will become
1616a part of DeepSee.
1717
18+ ## Debug
19+
20+ While [ node] ( http://nodejs.org/ ) installed, run <code >npm install</code > in the project root to
21+ install all required modules, and then execute <code >node test/testServer</code > to run local
22+ server. By doing tests this way you have to to uncomment string
23+ <code >d %response.SetHeader("Access-Control-Allow-Origin","* ")</code > in MDX2JSON.REST class in
24+ MDX2JSON package and additionally comment <code >If tMethodMatched=0 Set tSC=..Http405() Quit</code > line
25+ there for cross-domain security purposes. Then give the right URL and MDX as in the example in
26+ demos/index.html file.
27+
1828## Preview
1929
2030![ Light pivot table] ( https://cloud.githubusercontent.com/assets/4989256/4876290/ce0918ea-62be-11e4-9583-fa9d78450716.png )
You can’t perform that action at this time.
0 commit comments