mindsdb / mindsdb-docs-old

Current MindsDB Docs are migrated to MindsDB repository
https://docs.mindsdb.com/
MIT License
38 stars 39 forks source link

Update Installing.md #88

Closed saptarsi96 closed 3 years ago

saptarsi96 commented 3 years ago

Changes to fix issue #799

Fixes:

Please describe what changes you made in as much detail as possible

- GUI should be available by http://0.0.0.0:47334/static/index.html
- Start on 0.0.0.0:47334
- Serving on http://0.0.0.0:47334
+ GUI should be available by http://127.0.0.1:47334/static/index.html
+ Start on 127.0.0.1:47334
+ Serving on http://127.0.0.1:47334

- * To access MindsDB API's visit `http://0.0.0.0:47334`.
- * To access MindsDB Scout visit  `http://0.0.0.0:47334/static/index.html`
+ * To access MindsDB API's visit `http://127.0.0.1:47334`.
+ * To access MindsDB Scout visit  `http://127.0.0.1:47334/static/index.html`

To fix the issue as per "In our Installation Docs when MindsDB server starts, the 0.0.0.0 should be changed with the default MindsDB address 127.0.0.1" #799