1.6.2 • Published 2 years ago

webcode-rowy-backend-tmp v1.6.2

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
2 years ago

Rowy Run is a Cloud Run instance that provides backend functionality, such as table action scripts, user management, and easy Cloud Function deployment.

Documentation →

Install Rowy Run


Required

Before starting, make sure you have a Google Cloud or Firebase project with Firestore and Firebase Authentication enabled, and upgraded to the Blaze Plan.

Don’t have a project? Learn how to create one 


If you installed Rowy using the quick deploy method, Rowy Run is already set up on your project.

You can use the one-click deploy button below.

Deploy to Google Cloud Run

Otherwise, you can install Rowy Run manually.

Required software

  1. Enable the Cloud Run Admin API in the Google Cloud console
    Make sure you have billing enabled first.

  2. Make sure you’ve initialized the gcloud CLI and signed in to the correct account.

    gcloud init
  3. Clone the Rowy Run repo and open the created directory.

    git clone https://github.com/rowyio/rowyRun.git
    cd rowyRun
  4. Install dependencies using Yarn.

    yarn
  5. Run the deploy script with the correct project ID.

    ./deploy.sh --project [ID]