Skip to content

Commit b0b89d6

Browse files
authored
Update README.md
1 parent 9ee8e4d commit b0b89d6

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

BusinessCycle/README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,13 @@ The application website can be accessed via [this link.](http://www-scf.usc.edu/
2121

2222
## Deployment
2323

24-
This application website can be deployed into a webserver. Please copy all material which locate in [this folder.](https://github.com/Cheng-Lin-Li/InformationVisualization/tree/master/BusinessCycle/dist) into a webserver. Click the index.html as the homepage. Alternative approach is download the folder into your local PC, click the index.html page via firefox or Microsoft Edge. Google Chrome cannot execute this application due to cross origin requests for data file access security restrictions. (or add parameter "--allow-file-access-from-files" i.e."chrome.exe --allow-file-access-from-files" to grant the access.)
24+
This application website can be deployed into a webserver. Please copy all material which locate in [this folder.](https://github.com/Cheng-Lin-Li/InformationVisualization/tree/master/BusinessCycle/dist) into a webserver. Click the index.html as the homepage.
25+
26+
Alternative approach is download the folder into your local PC, click the index.html page via firefox or Microsoft Edge. Google Chrome cannot execute this application due to cross origin requests for data file access security restrictions. Or you can add parameter "--allow-file-access-from-files" when you execute chrome. For example:
27+
```text
28+
chrome.exe --allow-file-access-from-files
29+
```
30+
to grant the access.
2531

2632
## Presentation
2733

0 commit comments

Comments
 (0)