Plasmic Studio on localhost:3003 Excitement peaked!!! :party_blob:
After spending a whole day, I managed to set it up finally after multiple hit and trials. Studio is up and running after pm2 command.
Summary/Initial Findings during Setup on MacOs (M1 chip)
Overall it took me some time to understand the basic project setup. I faced a couple of issues with the yarn bootstrap command because some packages trigger rollup plugins error which required manual installation in their respective packages. ( I’m not sure if that was the correct way to do it as I’m new to lerna packages although it worked ). I think those should be added to the bootstrap.sh script.
I’m aiming to create a separate document to note them down or maybe I can create a video on how to set it up once I get some understanding of the backend services. In short following packages required manual installation
host-test
react-web-bundle
loader-html-hydrate
There were two more which I forgot and didn’t note down…
I had to take following extra steps to make it work so far
nope, I’m trying to get my husband to do it for me since he’s more of the infrastructure guy; but he is turned off because it is in such a monolithic structure and it would take a lot of work to containerize it; especially without an architecture to reference
this is what I was told by our friend who is a leading expert in containerization
it’s gonna be hard
It’s not going to be easy, though
open source != ready to deploy
looked through their repos, it’s going to be a challenge
you’re going to have to have a custom image to run plasmic
you should be able to do it with a dockerfile/containerfile/whatever and have it be reproducible
once that’s done you can check that into git and have the cluster keep it updated and manage the deployment
but again - not easy
it all can be made to work in a container
but I suspect that understanding how to do it in a container, vs their instructions for how to do it on a machine, is a little beyond what you know right now
it’s within his grasp, I’d say, even if he’ll have to teach himself some things on the road
He’s definitely done a lot more foundational “build containerized things from scratch” stuff