Skip to content

Commit 7fa341b

Browse files
committed
minor clean-up
1 parent a828bfd commit 7fa341b

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

doc/sphinx-guides/source/developers/windows.rst

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -66,41 +66,42 @@ Once that you have WSL installed, You will need Java and MVN working inside WSL,
6666

6767
Here is an example using SDKMAN, which is not required, but it is recommended for managing Java and other SDKs.
6868

69-
.. code-block:: powershell
69+
.. code-block:: bash
7070
7171
sudo apt update
7272
sudo apt install zip
7373
74-
.. code-block:: powershell
74+
.. code-block:: bash
7575
7676
sudo apt update
7777
sudo apt install unzip
7878
79-
.. code-block:: powershell
79+
.. code-block:: bash
8080
8181
curl -s "https://get.sdkman.io" | bash
8282
source "$HOME/.sdkman/bin/sdkman-init.sh"
8383
84-
.. code-block:: powershell
84+
.. code-block:: bash
8585
8686
sdk install java 17.0.7-tem
8787
88-
.. code-block:: powershell
88+
.. code-block:: bash
8989
9090
sdk install maven
9191
92-
We strongly recommend that you clone the Dataverse repository from WSL, not from Windows. This will ensure that builds are much faster.
93-
9492
Install Dataverse
9593
~~~~~~~~~~~~~~~~~
9694

9795
Open a Linux terminal (e.g. use Windows Terminal and open a tab for the Linux distribution you selected). Then install Dataverse in WSL following the :ref:`quickstart instructions <container-dev-quickstart>`. You should then have a working Dataverse instance.
9896

97+
We strongly recommend that you clone the Dataverse repository from WSL, not from Windows. This will ensure that builds are much faster.
98+
9999
IDEs for Dataverse in Windows
100100
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
101101

102102
You can use your favorite editor or IDE to edit Dataverse project files. Files in WSL are accessible from Windows for editing using the path ``\\wsl.localhost``. Your Linux distribution files should also be visible in File Explorer under the This PC/Linux entry.
103-
FYI: For the best performance, it is recommended, with WSL 2, to store Dataverse files in the WSL/Linux file system and to access them from there with your Windows-based IDE (versus storing Dataverse files in your Windows file system and trying to run maven and build from Linux - access to /mnt/c files using WSL 2 is slow).
103+
104+
.. note:: FYI: For the best performance, it is recommended, with WSL 2, to store Dataverse files in the WSL/Linux file system and to access them from there with your Windows-based IDE (versus storing Dataverse files in your Windows file system and trying to run maven and build from Linux - access to /mnt/c files using WSL 2 is slow).
104105

105106
pgAdmin in Windows for Dataverse
106107
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)