Skip to content
This repository has been archived by the owner on Jan 26, 2021. It is now read-only.

Commit

Permalink
fix:Update ReadMe.md
Browse files Browse the repository at this point in the history
Added instructions for updating base.py file
before running docker-container.
  • Loading branch information
husainattar committed Jul 24, 2020
1 parent d04c521 commit 7d0218d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,9 @@ production at the moment. It may be configured to do so in the future.
and then run `psql -U postgres -d postgres -h db` to enter in postgres db.
Run `\dt` for checking tables and `\q` for exiting the postgres terminal
and stop the container's bash using CTRL+D.
1. Navigate to `systers_portal/systers_portal/settings/base.py` file and change to `ALLOWED_HOST=['O.O.O.O']`
so that we can access the docker-container from any ip address.
1. Run `docker-compose up` to start the webserver for the Django Systers Portal
project.
Expand Down

0 comments on commit 7d0218d

Please sign in to comment.