You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: BusinessCycle/README.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,13 @@ The application website can be accessed via [this link.](http://www-scf.usc.edu/
21
21
22
22
## Deployment
23
23
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:
0 commit comments