mirror of
https://github.com/nasa/openmct.git
synced 2025-04-08 20:04:27 +00:00
Update the path of local.ini (#5165)
Modified the instructions to reference the homebrew location of `local.ini` Co-authored-by: Scott Bell <scott@traclabs.com>
This commit is contained in:
parent
44edec4f04
commit
257742b45b
@ -32,7 +32,7 @@ Add a line to install the CouchDB plugin for OpenMCT:
|
||||
```
|
||||
openmct.install(openmct.plugins.CouchDB("http://localhost:5984/openmct"));
|
||||
```
|
||||
6. Enable cors in CouchDB by editing `/usr/local/etc/local.ini` and add: `
|
||||
6. Enable cors in CouchDB by editing `~/homebrew/etc/local.ini` and add: `
|
||||
```
|
||||
[chttpd]
|
||||
enable_cors = true
|
||||
@ -45,4 +45,4 @@ origins = http://localhost:8080
|
||||
9. Navigate to http://localhost:8080/ and create a random object in OpenMCT (e.g., a `Clock`) and save. You may get an error saying that the objects failed to persist. This is a known error that you can ignore, and will only happen the first time you save.
|
||||
10. Navigate to: http://127.0.0.1:5984/_utils/#database/openmct/_all_docs
|
||||
11. Look at the `JSON` tab and ensure you can see the `Clock` object you created above.
|
||||
12. All done! 🏆
|
||||
12. All done! 🏆
|
||||
|
Loading…
x
Reference in New Issue
Block a user