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

[#348] updated INSTALLATION.md #352

Merged
merged 1 commit into from
Oct 13, 2023
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
4 changes: 3 additions & 1 deletion INSTALLATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ Note that after you leave the page, you can't look at the token again, you just
You can use SQLite with Poetry by adding `DB_ENGINE=SQLite` to the .env file. By default, this value is not present.
If PostgreSQL is installed, set values to the corresponding variables ***POSTGRES***.

You should also set `DEBUG=True` in .env file because by defualt content is loaded under the https protocol instead of http, witch is not supported by development server. Using debug also provides you with debug toolbar.

---

### 1.3 Finishing the installation
Expand Down Expand Up @@ -170,5 +172,5 @@ make start
### Docker

```bash
make compose-dev
make compose-start
```