A Tutorial for the beta version
akparhi opened this issue ยท 5 comments
Would love to have a single page description about how graphcool deploy works in the projects created by the cli. How do I deploy it locally or on a private server.
Hey @State0fMind! Thanks a lot for your question :)
We already have an updated Quickstart tutorial for writing a Node server with Graphcool 1.0 here. We're also going to add the quickstarts for the other frontend/backend technologies in the next few days. Also keep an eye on the reference docs where we'll add the content for Clusters and the Graphcool Cloud soon.
You can also check the READMEs of the examples in this organization for more info. You can keep track of the ones that are up-to-date in this issue
I've been getting no such file or directory, open '/Users/state0fmind/.graphcool/config.yml' error whenever I try to setup dockr cluster through graphcool local start. And yes there's no such file in the filesystem. WHat am I doing wrong?
Maybe try to upgrade to the newest versions:
npm install -g graphcool@beta # install the latest Graphcool CLI
graphcool local upgrade # download the latest Docker images
@nikolasburk That didn't solve the problem, I was able to solve the problem by manually creating a .graphcool/config.yml at my root folder. Finally I can work with the boilerplate, I still don't understand how it works though ๐ข