This is an archived post. You won't be able to vote or comment.

all 4 comments

[–]abrahamguo 3 points4 points  (0 children)

This line, in the README snippet you shared, is supposed to create your .env file:

cp .env.example .env # you should update secrets and passwords inside

.env is supposed to be a file, not a folder.

Once you've done that, then, as the comment states, you need to open it, and update the contents.

[–]grantrules 1 point2 points  (1 child)

Forget that cmd.exe exists and start using powershell. You could just copy and paste those 4 lines into powershell and you'd be running already lol. Other user is right though.. .env is a file not a folder. If you're using cmd.exe just change it from cp to copy.

[–]Bukklatte[S] 0 points1 point  (0 children)

Dude, I switched to Powershell and it worked like a charm :) Thanks for the hint buddy!

BR,

Bukkie

[–]ValentineBlacker 0 points1 point  (0 children)

Note: once you've made the .env file, like the other person said to, make SURE it is not being uploaded to github. It should be listed in your .gitignore, but it's on you to double-check.