Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add reference to hosts file on Wikipedia #230

Merged
merged 2 commits into from
Apr 24, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,10 @@ default tenant on which your application runs::

./manage.py initial_setup

Your tenant will be available at https://public.$KIWI_TENANTS_DOMAIN!
Other tenants can also be created via the web interface as well.
Your tenant will be available at https://$KIWI_TENANTS_DOMAIN!
Other tenants can be created via the web interface and will be available
under team-01.$KIWI_TENANTS_DOMAIN, product-02.$KIWI_TENANTS_DOMAIN, etc
depnding on the actual ``schema name`` you give them.


DNS configuration
Expand Down Expand Up @@ -137,7 +139,8 @@ Then use the ``runerver_plus`` command to start Kiwi TCMS development server wit
Then point your browser to https://tenant.example.bg:8000/.
The SSL warning from the browser is expected!

You can use ``/etc/hosts`` to configure DNS resolution during development::
You can use your `OS hosts file <https://en.wikipedia.org/wiki/Hosts_(file)>`_
to configure DNS resolution during development::

127.0.0.1 localhost tenant.example.bg empty.tenant.example.bg

Expand Down
Loading