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
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,10 @@ The demo video can be accessed via [this link.](https://www.youtube.com/watch?v=
19
19
20
20
The application website can be accessed via [this link.](http://www-scf.usc.edu/~chenglil/business_cycle/)
21
21
22
+
## Deployment
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.)
25
+
22
26
## Presentation
23
27
24
28
The presentation file can be access via [this link.](https://github.com/Cheng-Lin-Li/InformationVisualization/blob/master/BusinessCycle/Presentation/Presentation.pdf)
0 commit comments