If I'm trying to run Cal, is there a good and up-t...
# developers
l
If I'm trying to run Cal, is there a good and up-to-date tutorial on how to get it running that I can reference? I think I'll probably be the only one debugging my container update proposal.
d
The
README.md
has it all there, but it can be a little bit hard to interpret. Make sure you make a copy of the
.env.example
for your own environment and configure everything before you run
yarn
and
yarn dx
. You also need to remember to add your own user using
yarn db-studio
and there is a second
.env.example
in the Prisma subdirectory.
If you get stuck I can probably help, I'm actually intending on updating them to make them a little more beginner friendly.
l
@Dean Lofts, thanks for your feedback! I've actually heard one of the more modern versions of Cal actually spins up with a first-user creation wizard.
d
It does a lot of wizard type stuff once I log in and there is a bunch of users in the database but I just created my own. You could always give it a shot and see, it would reduce the time and effort it takes to set up too.