Python
Getting Started
We provide a sample app using Python that you can deploy on App Platform. These steps will get this sample application running for you using App Platform.
Requirements
-
You need an Initializ account. If you don't already have one, you can sign up at signup.
-
Also make sure to fork the sample-python repository to your GitHub account.
Source Code Configuration
-
Create an App:
-
Click on the Create App button located on the top left of the dashboard.
-
-
Authorize Your GitHub Repo:
- Connect your GitHub repository by authorizing access.
-
Provide App Name:
- During the creation process, provide a name for your app.
-
Select GitHub Repositories:
- Choose the specific repositories from your GitHub account for this app, slect a branch and click on next
-
Configure Environment Variables and Ports:
-
Set up necessary environment variables and configure port settings.
-
-
Click on Next:
-
Proceed to the next step in the creation process and verify the configurations.
-
Testing and Approval
-
Test Approval:
-
Before deploying to production, ensure your app passes necessary tests.
-
-
Production Approval:
-
After successful testing, approve for deployment to the production environment.
-
Deployment
-
App Creation:
-
Wait for a short amount of time as your app is being created.
-
-
Deployment Completed:
- Once deployed, your app is accessible at the URL displayed on the app's Overview page.
Verifying Deployment
-
Verify Link:
-
Check the URL provided on the app's Overview page to access your deployed app.
-
-
Final Checks:
- Ensure all functionalities work as expected in the deployed app.
-
Completion:
- Congratulations! Your Python app is now successfully deployed on the Initializ Console.