🦉
Anacleto
GitHub
  • Anacleto
  • Getting started
    • Setup Anacleto
      • Setup local environmen
    • First tutorial
  • Anacleto Frontend
    • UI Builder
      • Components
        • DataTable
        • Form
          • Controls
            • Autocomplete
            • Button
            • CodeEditor
            • Dropdown
            • Image
            • InputText
            • Label
        • GridContainer
        • Splitter
        • Stack
        • TabView
        • Tree
    • Translation
    • Frontend script
      • Dialog and Toast
      • Window
  • Anacleto Backend
    • Backend script
      • googleBigQuery
      • googleDatastore
      • logger - console
      • mysql
      • Utils
  • Google cloud platform
    • Google
  • Anacleto developer
    • Work with us
      • Guidelines
    • Setup local enviroment
Powered by GitBook
On this page
  • Google Cloud run
  • Settings Cloud Run Manualy
  • Settings Cloud Run Automaticaly
  • Connetc CloudSQL and CloudRun
  1. Google cloud platform

Google

Anacleto is a cloud based solution, works perfectly on Google Cloud Platform.

Google Cloud run

Settings Cloud Run Manualy

$ cd backend folder
$ gcloud config set project test-luca-172110
$ cd project_root
$ gcloud run deploy

Not do it manually but do it with continuous delivery if you can

Settings Cloud Run Automaticaly

Backend

  1. Creare servizio backend

  2. Farlo puntare al git per avere la continuos delivery

  3. 512mb Ram / 1 cpu

  4. Configurare le variabili d'ambiente

Frontend

  1. Creare servizio frontend

  2. Farlo puntare al git per avere la continuos delivery

  3. 1GB Ram / 1 cpu

  4. Configurare le variabili d'ambiente

Connetc CloudSQL and CloudRun

PreviousUtilsNextWork with us

Last updated 2 years ago

Official Google Cloud docs