DEV Community

Cover image for How to set up Cloud Code  on SashiDo
Vesi Staneva for SashiDo.io

Posted on • Originally published at blog.sashido.io

How to set up Cloud Code on SashiDo

Cloud Code is one of the coolest features of Parse, but we take it even to the next level ;) You loved it and we love to make you happy so we decided to make the easiest possible way to set up your Cloud Code!

After you create/migrate your app you have to set up your Cloud Code in order to use it.

First select the app you want to work on:

Go to Core -> Cloud Code -> press “Connect your account to GitHub”

After a few seconds, the service will ask for your username and pass for GitHub (if you’re not logged in yet). A window will show up with the option to connect your GitHub account to SashiDo.
Afterward, press the button “Start your Cloud Code ”:

We’ll automatically create a private GitHub repo for you, how cool is that :)


Yes, we’re the only ones who give a private GitHub repo for each app :)

As developers we use GitHub all the time - to collaborate, to manage and deploy our code. We think it’s one of the most convenient tools and we’ve decided to integrate our platform with GitHub to ease your job.

Soon you’ll see your Cloud Code in the dashboard.

Now you have fast and easy access to this awesome feature!

IMPORTANT! Note that you should have a folder “cloud” with a file “main.js” inside in order to have working functionality and to see your Cloud Code in the dashboard.

You can find more useful info about your new repo’s possibilities in the file “README.md”.

If you experience any kind of troubles during setup - contact us at support@sashido.io. We’re always ready to help :)

Top comments (0)