Skip to main content

GCP

This documentation is to deploy staqr on VM Instance or VM Instance Group, we should first create VM template

Create VM Template

First choose machine type (e.g e2-medium)

After configuring the VM Template, you can proceed to click on "Deploy Container" and specify the following container-specific settings:

  • Image: staqr/staqr
  • Run as a privileged container: true
  • Environment Variables:
    • STAQR_REDIS_TYPE: MEMORY
    • STAQR_DB_TYPE: SQLITE3
    • STAQR_FRONTEND_URL: http://localhost:80
    • STAQR_EXECUTION_MODE: SANDBOX_PROCESS
  • Firewall: Allow HTTP traffic (for testing purposes only)

Once these details are entered, click on the "Deploy" button and patiently wait for the container deployment process to complete.\

After a successful deployment, you can access the Staqr application by visiting the external IP address of the VM on GCP.

Production Deployment

Please visit Staqr for more details on how to customize the application.