about summary refs log tree commit diff
path: root/info_files/server_change_notes.txt
diff options
context:
space:
mode:
authorziejd22019-01-31 23:10:52 -0600
committerziejd22019-01-31 23:10:52 -0600
commita7d529b3192e5b4261d1c63372a4fbfd8c45327b (patch)
tree76f58c821801209735af0ee48c15508055189186 /info_files/server_change_notes.txt
parent2d45f744e35b91c70a2db5f8ae6701e76d2a9b80 (diff)
downloadBNW-a7d529b3192e5b4261d1c63372a4fbfd8c45327b.tar.gz
Added info_files folder
Diffstat (limited to 'info_files/server_change_notes.txt')
-rw-r--r--info_files/server_change_notes.txt35
1 files changed, 35 insertions, 0 deletions
diff --git a/info_files/server_change_notes.txt b/info_files/server_change_notes.txt
new file mode 100644
index 00000000..e7ccd6ab
--- /dev/null
+++ b/info_files/server_change_notes.txt
@@ -0,0 +1,35 @@
+This file will contain notes that will be needed for moving to a new server:
+
+Required software:
+1) Octave
+   BNW assumes Octave can be executed using /usr/bin/octave
+   The header line in all of the files in the run_scripts directory will need to be modified if this is not true.
+   
+2) dot/graphviz
+   BNW assumes dot can be executed using /usr/bin/dot
+   
+3) plotly
+   I installed a local copy of python in my home directory to run plotly
+   
+
+Specific changes that need to be made:
+Files that use Octave:
+Header lines in all of the files in the run_scripts directory
+
+Files that use dot:
+-network_layout_evd_2_example.php: line 275
+-network_layout_evd_2.php: line 247
+-network_layout_inv_2_example.php: line 360
+-network_layout_inv_2.php: line 360
+-network_layout_inv.php: line 102
+-network_layout_inv_example.php: line 150
+-network_layout_evd.php: line 114
+-network_layout_evd_example.php: line 117
+
+Files that use plotly:
+cv_plotly.ph: header line
+ts_plotly.py: header line
+kfold_plotly.ph: header line
+
+
+