You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-7Lines changed: 8 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,7 +71,7 @@ To get a local copy up and running, please follow these simple steps.
71
71
72
72
### Prerequisites
73
73
74
-
Here is what you need to be able to run Cal.diy.
74
+
Here’s what you need to run Cal.diy.
75
75
76
76
- Node.js (Version: >=18.x)
77
77
- PostgreSQL (Version: >=13.x)
@@ -89,7 +89,8 @@ Here is what you need to be able to run Cal.diy.
89
89
git clone https://github.com/calcom/cal.diy.git
90
90
```
91
91
92
-
> If you are on Windows, run the following command on `gitbash` with admin privileges: <br> > `git clone -c core.symlinks=true https://github.com/calcom/cal.diy.git` <br>
92
+
> If you are on Windows, run the following command in Git Bash with admin privileges:
If your Node version does not meet the project's requirements as instructed by the docs, "nvm" (Node Version Manager) allows using Node at the version required by the project:
121
122
122
123
```sh
@@ -201,7 +202,7 @@ for Logger level to be set at info, for example.
201
202
<details>
202
203
<summary>If you don't know how to configure the DATABASE_URL, then follow the steps here to create a quick local DB</summary>
203
204
204
-
1.[Download](https://www.postgresql.org/download/) and install postgres in your local (if you don't have it already).
205
+
1.[Download](https://www.postgresql.org/download/) and install PostgreSQL locally (if you don't have it already).
205
206
206
207
2. Create your own local db by executing `createDB <DB name>`
- Set CSP_POLICY="non-strict" env variable, which enables [Strict CSP](https://web.dev/strict-csp/) except for unsafe-inline in style-src. If you have some custom changes in your instance, you might have to make some code change to make your instance CSPcompatible. Right now it enables strict CSP only on login page and on other SSR pages it is enabled in Report only mode to detect possible issues. On, SSG pages it is still not supported.
657
+
- Set CSP_POLICY="non-strict" env variable, which enables [Strict CSP](https://web.dev/strict-csp/) except for `unsafe-inline` in `style-src`. If you have custom changes in your instance, you may need to modify your code to make it CSP-compatible. Currently, strict CSP is enabled only on the login page. On other SSR pages, it is enabled in report-only mode to detect potential issues. It is not yet supported on SSG pages.
0 commit comments