Skip to content

Commit 7b84feb

Browse files
authored
Merge pull request #1162 from ZachMoreno/patch-1
[Documentation] Updated from OpenMCTWeb to OpenMCT
2 parents e35666b + 76527b3 commit 7b84feb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Diff for: docs/src/tutorials/index.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -48,17 +48,17 @@ for a more general overview of how to run and deploy a Open MCT application.
4848

4949
First step is to check out Open MCT from the source repository.
5050

51-
`git clone https://github.com/nasa/openmctweb.git openmctweb`
51+
`git clone https://github.com/nasa/openmct.git openmct`
5252

5353
This will create a copy of the Open MCT source code repository in the folder
54-
`openmctweb` (relative to the path from which you ran the command.)
54+
`openmct` (relative to the path from which you ran the command.)
5555
If you have a repository URL, use that as the "path to repo" above. Alternately,
5656
if you received Open MCT as a git bundle, the path to that bundle on the
5757
local filesystem can be used instead.
5858
At this point, it will also be useful to branch off of Open MCT v0.6.2
5959
(which was used when writing these tutorials) to begin adding plugins.
6060

61-
cd openmctweb
61+
cd openmct
6262
git branch <my branch name> open-v0.6.2
6363
git checkout <my branch name>
6464

@@ -79,7 +79,7 @@ changes to stylesheets, or you are running the minified version of the app
7979

8080
The next step is to run a web server so that you can view the Open MCT
8181
client (including the plugins you add to it) in browser. Any web server can
82-
be used for hosting OpenMCTWeb, and a trivial web server is provided in this
82+
be used for hosting Open MCT, and a trivial web server is provided in this
8383
package for the purposes of running the tutorials. The provided web server
8484
should not be used in a production environment
8585

@@ -91,7 +91,7 @@ To run the tutorial web server
9191

9292
Once running, you should be able to view Open MCT from your browser at
9393
http://localhost:8080/ (assuming the web server is running on port 8080,
94-
and OpenMCTWeb is installed at the server's root path).
94+
and Open MCT is installed at the server's root path).
9595
[Google Chrome](https://www.google.com/chrome/) is recommended for these
9696
tutorials, as Chrome is Open MCT's "test-to" browser. The browser cache
9797
can sometimes interfere with development (masking changes by

0 commit comments

Comments
 (0)