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: README.md
+14-11Lines changed: 14 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
[](https://github.com/JessiBaughman/OpenVnmrJ_WSL){width="640px" height="240px" style="margin:0 auto;display:block;"}
1
+
<palign="center"><ahref="https://github.com/JessiBaughman/OpenVnmrJ_WSL"><imgwidth="640px"height="240px"style="margin:0auto;display:block;"alt="A splash image for installation script"src="images/OpenVnmrJ_WSL_header.png"></a></p>
2
2
3
3
<divalign="center">
4
4
<ahref="https://github.com/JessiBaughman/OpenVnmrJ_WSL/issues/new?assignees=&labels=bug&template=01_BUG_REPORT.md&title=bug%3A+">Report a Bug</a>
@@ -19,7 +19,9 @@
19
19
-[Running OpenVnmrJ](#running-openvnmrj)
20
20
-[Launching OpenVnmrJ](#launching-openvnmrj)
21
21
-[Printing / Plotting](#printing--plotting)
22
+
-[Default PDF Reader](#default-pdf-reader)
22
23
-[Closing OpenVnmrJ](#closing-openvnmrj)
24
+
-[Updating OpenVnmrJ](#updating-openvnmrj)
23
25
-[License](#license)
24
26
25
27
</details>
@@ -52,7 +54,7 @@ To find your version of Windows, open the Settings panel (`Windows + I`) and nav
52
54
You will need to enable virtualization in your system BIOS. Entering the BIOS configuration at boot and the label of the virtualization setting itself varies between motherboard manufacturers. You may be able to find detailed instructions by searching your computer model number or manufacturer's name.
53
55
54
56
#### Windows Features
55
-
{width="415px" height="368px" style="margin:0 auto;display:block;"}
57
+
<palign="center""><imgalt="The Windows Features panel"src="images/OpenVnmrJ_WSL_Windows_Features.png"width="415px"height="368px"></p>
56
58
Two features need to be installed and activated within Windows. These are the "Virtual Machine Platform" and "Windows Subsystem for Linux" features. You can access this panel by searching, "Turn Windows features on or off" from the Start Menu. You will need to reboot your computer after enabling these features.
57
59
58
60
<p>
@@ -73,7 +75,7 @@ Two features need to be installed and activated within Windows. These are the "V
73
75
- Open PowerShell and enter: `Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser`
<palign="center""><imgalt="The OpenVnmrJ installation dialog panel after clicking the DDR2 tab"src="images/OpenVnmrJ_WSL_install_02.png"width="406px"height="383px"></p>
93
95
94
96
95
97
6.**Install OpenVnmrJ**
@@ -98,12 +100,12 @@ Two features need to be installed and activated within Windows. These are the "V
98
100
- Click Install.
99
101
- Note: The dialog may appear slightly off screen. Clicking the window's edge, or resizing the window, will snap it back within the visible desktop space.
100
102
- A second popup will appear with the installation status followed by the OpenVnmrJ Admin panel.
- You do not need to follow the instructions. Just close the window and everything will be setup automatically later in the script.
105
107
106
-
{width="491px" height="425px" style="margin:0 auto;display:block;"}
108
+
<palign="center""><imgalt="The completed OpenVnmrJ installation status panel"src="images/OpenVnmrJ_WSL_install_04.png"width="491px"height="425px"></p>
107
109
108
110
8.**Click Done**
109
111
9.**Answer the 5 prompts within the PowerShell window**
@@ -117,7 +119,8 @@ Two features need to be installed and activated within Windows. These are the "V
117
119
</p>
118
120
119
121
## Running OpenVnmrJ
120
-
{style="margin:0 auto;display:block;"}
122
+
<palign="center""><imgalt="OpenVnmrJ application running on Windows 11 via WSL"src="images/OpenVnmrJ_WSL_Running.png"></p>
123
+
121
124
### Launching OpenVnmrJ
122
125
* The easiest way to launch OpenVnmrJ is to used the created shortcuts. To launch manually:
123
126
* Windows 10 (20H1-21H2): Launch VcXsrv using the "VcXsrv with Xauthority" shortcut in the Start Menu or Run:
@@ -129,7 +132,7 @@ Two features need to be installed and activated within Windows. These are the "V
129
132
- If you need to mount other Windows drives within Linux, the `winmount` script [[source](https://pastebin.com/4pjbQmBN)] has been included. Run `winmount x`, where x is the Windows drive letter you wish to mount or unmount. Drives will appear in `/mnt`.
130
133
* Output created using the `plot` command will be sent to the PDF printer and saved to the directory selected during install.
131
134
132
-
{width="373px" height="248px" style="margin:0 auto;display:block;"}
135
+
<palign="center""><imgalt="Printer selection within the Plot panel of OpenVnmrJ"src="images/OpenVnmrJ_WSL_Plotting.png"width="373px"height="248px"></p>
133
136
134
137
* You can toggle between color and grayscale plots by selecting the corresponding version of the PDF printer either from the File->Printers... window or the "Send to" drop-down menu within the Processing->Plot panel.
135
138
@@ -146,7 +149,7 @@ Two features need to be installed and activated within Windows. These are the "V
146
149
* Open from the distro shortcut in the Start Menu
147
150
* _OR_ run `wsl -d <distro_name> -u vnmr1` from the Command Prompt or PowerShell
148
151
* If needed, `su vnmr1`. If you used this script, the vnmr1 password was set to the same as the default WSL account. Use the PowerShell command in the previous step if you have forgotten your vnmr1 password.
149
-
* Copy the OpenVnmrJ\*.zip or OVJdvd\*.tar.gz archive to `/tmp/`, `cd` to `/tmp/`, and then expand the file with `unzip` or `tar -xzvf`.
152
+
* Copy the OpenVnmrJ\*.zip or OVJdvd\*.tar.gz archive of the new OpenVnmrJ release/build to `/tmp/`, `cd` to `/tmp/`, and then expand the file with `unzip` or `tar -xzvf`.
150
153
* Run `cd dvdimageOVJ` followed by `./upgrade.nmr`.
151
154
* All replaced OpenVnmrJ system files will be located in `/vnmr/adm/upgrade/<current_date>`
0 commit comments