Skip to content

Commit

Permalink
Update deploy docs re: OPPTools SalishSeaCast-prod branch
Browse files Browse the repository at this point in the history
  • Loading branch information
douglatornell committed Mar 18, 2022
1 parent dc059f6 commit 0c993d9
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
5 changes: 4 additions & 1 deletion docs/deployment/arbutus_cloud.rst
Original file line number Diff line number Diff line change
Expand Up @@ -624,7 +624,7 @@ Clone the following repos into :file:`/nemoShare/MEOPAR/nowcast-sys/`:
$ git clone [email protected]:mdunphy/FVCOM41.git
$ git clone [email protected]:mdunphy/FVCOM-VHFR-config.git
$ git clone [email protected]:SalishSeaCast/FVCOM-Cmd.git
$ git clone [email protected]:mdunphy/OPPTools.git
$ git clone [email protected]:douglatornell/OPPTools.git
$ git clone [email protected]:SalishSeaCast/NEMO-3.6-code.git
$ git clone [email protected]:SalishSeaCast/XIOS-ARCH.git
$ git clone [email protected]:SalishSeaCast/XIOS-2.git
Expand Down Expand Up @@ -796,6 +796,9 @@ The Python packages that the system depends on are installed in a conda environm
(/nemoShare/MEOPAR/nowcast-sys/nowcast-env)$ python3 -m pip install --editable NEMO_Nowcast/
(/nemoShare/MEOPAR/nowcast-sys/nowcast-env)$ python3 -m pip install --editable moad_tools/
(/nemoShare/MEOPAR/nowcast-sys/nowcast-env)$ python3 -m pip install --editable tools/SalishSeaTools/
(/nemoShare/MEOPAR/nowcast-sys/nowcast-env)$ cd OPPTools/
(/nemoShare/MEOPAR/nowcast-sys/nowcast-env)$ git switch SalishSeaCast-prod
(/nemoShare/MEOPAR/nowcast-sys/nowcast-env)$ cd /nemoShare/MEOPAR/nowcast-sys/
(/nemoShare/MEOPAR/nowcast-sys/nowcast-env)$ python3 -m pip install --editable OPPTools/
(/nemoShare/MEOPAR/nowcast-sys/nowcast-env)$ python3 -m pip install --editable NEMO-Cmd/
(/nemoShare/MEOPAR/nowcast-sys/nowcast-env)$ python3 -m pip install --editable SalishSeaCmd/
Expand Down
5 changes: 4 additions & 1 deletion docs/deployment/skookum_salish.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Clone the following repos into :file:`/SalishSeaCast/`:
$ git clone [email protected]:SalishSeaCast/tools.git
$ git clone [email protected]:SalishSeaCast/tracers.git
$ git clone [email protected]:mdunphy/FVCOM-VHFR-config.git
$ git clone [email protected]:mdunphy/OPPTools.git OPPTools
$ git clone [email protected]:douglatornell/OPPTools.git
$ git clone [email protected]:SalishSeaCast/NEMO-3.6-code.git
$ git clone [email protected]:SalishSeaCast/XIOS-ARCH.git
$ git clone [email protected]:SalishSeaCast/XIOS-2.git
Expand Down Expand Up @@ -106,6 +106,9 @@ For the :kbd:`SalishSeaCast` automation system:
(/SalishSeaCast/nowcast-env)$ python3 -m pip install --editable NEMO_Nowcast/
(/SalishSeaCast/nowcast-env)$ python3 -m pip install --editable moad_tools/
(/SalishSeaCast/nowcast-env)$ python3 -m pip install --editable tools/SalishSeaTools/
(/SalishSeaCast/nowcast-env)$ cd OPPTools/
(/SalishSeaCast/nowcast-env)$ git switch SalishSeaCast-prod
(/SalishSeaCast/nowcast-env)$ cd /SalishSeaCast/
(/SalishSeaCast/nowcast-env)$ python3 -m pip install --editable OPPTools/
(/SalishSeaCast/nowcast-env)$ python3 -m pip install --editable NEMO-Cmd/
(/SalishSeaCast/nowcast-env)$ python3 -m pip install --editable SalishSeaCmd/
Expand Down
7 changes: 5 additions & 2 deletions docs/pkg_development.rst
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ you can clone those repos with:
$ git clone [email protected]:43ravens/NEMO_Nowcast.git
$ git clone [email protected]:UBC-MOAD/moad_tools.git
$ git clone [email protected]:SalishSeaCast/tools.git
$ git clone [email protected]:mdunphy/OPPTools.git
$ git clone [email protected]:douglatornell/OPPTools.git
$ git clone [email protected]:SalishSeaCast/NEMO-Cmd.git
$ git clone [email protected]:SalishSeaCast/SalishSeaCmd.git
$ git clone [email protected]:SalishSeaCast/FVCOM-Cmd.git
Expand All @@ -148,7 +148,10 @@ the commands below install the packages into your :kbd:`salishsea-nowcast` devel
(salishsea-nowcast)$ python3 -m pip install --editable ../NEMO_Nowcast
(salishsea-nowcast)$ python3 -m pip install --editable ../moad_tools
(salishsea-nowcast)$ python3 -m pip install --editable ../tools/SalishSeaTools
(salishsea-nowcast)$ python3 -m pip install --editable ../OPPTools
(salishsea-nowcast)$ cd ../OPPTools
(salishsea-nowcast)$ git switch SalishSeaCast-prod
(salishsea-nowcast)$ cd ../SalishSeaNowcast
(salishsea-nowcast)$ python3 -m pip install --editable OPPTools
(salishsea-nowcast)$ python3 -m pip install --editable ../NEMO-Cmd
(salishsea-nowcast)$ python3 -m pip install --editable ../SalishSeaCmd
(salishsea-nowcast)$ python3 -m pip install --editable ../FVCOM-Cmd
Expand Down

0 comments on commit 0c993d9

Please sign in to comment.