Title here
Summary here
Get your Temp-Number App deployed in minutes using our automated deployment scripts.
Interactive guided setup for all environments
Run locally with Docker Compose
Deploy to Google Cloud Run + Cloud SQL
Compare deployment options
Before you begin, make sure you have:
For local development:
For Google Cloud deployment:
gcloud CLI installed# Clone the deployment repository
git clone https://github.com/platfone-com/temp-number-deploy.git
cd temp-number-deploy
# Run the interactive setup wizard
./deploy.sh
# Follow the prompts to configure and deploy locally# Clone the deployment repository
git clone https://github.com/platfone-com/temp-number-deploy.git
cd temp-number-deploy
# Run the deployment script for Google Cloud
./deploy.sh --platform=gcloud
# Follow the prompts to configure and deploy to Google CloudThe automated deployment sets up:
After deployment:
Need Help?
Check out the Setup Wizard guide for a detailed walkthrough of the deployment process.