How to run the project #21086
Replies: 1 comment 3 replies
-
To run the project, ensure you follow these steps from the README:
If the project still fails to start, check for common issues such as SSL edge termination or errors with To continue talking to Dosu, mention @dosu. Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Bug Report | Other |
Beta Was this translation helpful? Give feedback.
-
Hello, I did all the steps that you have done.But I am receiving database
error which i have shared already
…On Fri, May 2, 2025 at 11:17 PM dosubot[bot] ***@***.***> wrote:
To run the project, ensure you follow these steps from the README:
1.
*Prerequisites*: Make sure you have Node.js (>=18.x), PostgreSQL
(>=13.x), and Yarn installed.
2.
*Clone the Repository*:
git clone https://github.com/calcom/cal.com.git
3.
*Navigate to the Project Folder*:
cd cal.com
4.
*Install Packages*:
yarn
5.
*Set Up Environment Variables*:
- Duplicate .env.example to .env.
- Generate keys for NEXTAUTH_SECRET and CALENDSO_ENCRYPTION_KEY
using:
openssl rand -base64 32
6.
*Setup Node*:
- Use nvm to ensure the correct Node version:
nvm use
- If necessary, install the required Node version:
nvm install && nvm use
7.
*Run the Development Server*:
yarn dev
8.
*Open the Application*:
- Visit http://localhost:3000 in your browser.
If the project still fails to start, check for common issues such as SSL
edge termination or errors with prisma.user.create() as mentioned in the
documentation [1] <https://github.com/calcom/cal.com/blob/main/README.md>
[2]
<https://github.com/calcom/cal.com/blob/main/docs/self-hosting/docker.mdx>
.
*To continue talking to Dosu <https://dosu.dev>, mention @dosu
<https://github.com/dosu>.*
------------------------------
Help Dosu learn! Give it feedback: Great Response
<https://app.dosu.dev/response-feedback/d336742b-dd33-4345-ae60-eec70b52a372?feedback_type=great_response>
| Irrelevant Answer
<https://app.dosu.dev/response-feedback/d336742b-dd33-4345-ae60-eec70b52a372?feedback_type=irrelevant_answer>
| Incorrect Sources
<https://app.dosu.dev/response-feedback/d336742b-dd33-4345-ae60-eec70b52a372?feedback_type=incorrect_sources>
| Too Verbose
<https://app.dosu.dev/response-feedback/d336742b-dd33-4345-ae60-eec70b52a372?feedback_type=too_verbose>
| Hallucination
<https://app.dosu.dev/response-feedback/d336742b-dd33-4345-ae60-eec70b52a372?feedback_type=hallucination>
| Bug Report
<https://app.dosu.dev/response-feedback/d336742b-dd33-4345-ae60-eec70b52a372?feedback_type=bug_report>
| Other
<https://app.dosu.dev/response-feedback/d336742b-dd33-4345-ae60-eec70b52a372?feedback_type=other>
—
Reply to this email directly, view it on GitHub
<#21086 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AZLX6TOPQGELDZZ4XY2JXAT24OVUXAVCNFSM6AAAAAB4KRFOIKVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTGMBRGY4DMNQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
This project didn't start according to the provided details in readme file
Beta Was this translation helpful? Give feedback.
All reactions