@@ -48,17 +48,17 @@ for a more general overview of how to run and deploy a Open MCT application.
48
48
49
49
First step is to check out Open MCT from the source repository.
50
50
51
- ` git clone https://github.com/nasa/openmctweb .git openmctweb `
51
+ ` git clone https://github.com/nasa/openmct .git openmct `
52
52
53
53
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.)
55
55
If you have a repository URL, use that as the "path to repo" above. Alternately,
56
56
if you received Open MCT as a git bundle, the path to that bundle on the
57
57
local filesystem can be used instead.
58
58
At this point, it will also be useful to branch off of Open MCT v0.6.2
59
59
(which was used when writing these tutorials) to begin adding plugins.
60
60
61
- cd openmctweb
61
+ cd openmct
62
62
git branch <my branch name> open-v0.6.2
63
63
git checkout <my branch name>
64
64
@@ -79,7 +79,7 @@ changes to stylesheets, or you are running the minified version of the app
79
79
80
80
The next step is to run a web server so that you can view the Open MCT
81
81
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
83
83
package for the purposes of running the tutorials. The provided web server
84
84
should not be used in a production environment
85
85
@@ -91,7 +91,7 @@ To run the tutorial web server
91
91
92
92
Once running, you should be able to view Open MCT from your browser at
93
93
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).
95
95
[ Google Chrome] ( https://www.google.com/chrome/ ) is recommended for these
96
96
tutorials, as Chrome is Open MCT's "test-to" browser. The browser cache
97
97
can sometimes interfere with development (masking changes by
0 commit comments