Skip to content

Commit d62231f

Browse files
readme debug process description
1 parent 8bbf1bd commit d62231f

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

readme.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,16 @@ work for you.
1515
Also you may have a cross-origin (domain) issues when testing. In future, this project will become
1616
a 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)

0 commit comments

Comments
 (0)