diff options
| author | ziejd2 | 2019-06-27 16:16:06 -0500 |
|---|---|---|
| committer | GitHub | 2019-06-27 16:16:06 -0500 |
| commit | f3c96b1f09c669d797c94336f52427d6da4ed375 (patch) | |
| tree | 6d2512c2cf7b7a6c2fa7b46ebf23b7c65c61d83c | |
| parent | 5f23732947819135c8ca0485552dbd53d60289a1 (diff) | |
| download | BNW-f3c96b1f09c669d797c94336f52427d6da4ed375.tar.gz | |
Update server_change_notes.txt
| -rw-r--r-- | info_files/server_change_notes.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/info_files/server_change_notes.txt b/info_files/server_change_notes.txt index d1bf2edf..604f57a9 100644 --- a/info_files/server_change_notes.txt +++ b/info_files/server_change_notes.txt @@ -3,9 +3,11 @@ This file will contain notes about changes that might need to be made on a new s Required software: 1) Octave BNW assumes Octave can be executed using /usr/bin/octave + The current version of Octave is 3.4.3 2) dot/graphviz BNW assumes the graphviz command dot can be executed using /usr/bin/dot + The current version of graphviz is 2.26.0 3) plotly I installed a local copy of python in my home directory to run plotly on the old server, so there are a couple of lines that point to @@ -27,9 +29,9 @@ Header lines in all of the files in the run_scripts directory -network_layout_evd_example.php: line 117 3) Files that use plotly: -cv_plotly.ph: header line +cv_plotly.py: header line ts_plotly.py: header line -kfold_plotly.ph: header line +kfold_plotly.py: header line 4) Other changes: home.php might need to be modified |
