A plugin for django-simple-deploy, supporting deployments to Scalingo.
Project description
dsd-scalingo
A plugin for deploying Django projects to Scalingo, using django-simple-deploy.
For full documentation, see the documentation for django-simple-deploy.
Current status
This plugin is in a pre-1.0 development phase. Scalingo has one of the best free trial plans in the industry, so this plugin will be prioritized and should move forward quickly.
Configuration-only deployment
In this mode, django-simple-deploy handles all the configuration work, but lets you create the remote Scalingo app, commit changes that are made, and run the push command yourself.
- Install the Scalingo CLI.
- Upload your SSH public key to Scalingo.
- Run the following commands to install the plugin, and create a remote Scalingo app:
$ pip install dsd-scalingo
# Add django_simple_deploy to INSTALLED_APPS.
$ scalingo login
$ scalingo create <scalingo-app-name>
Now review the changes that were made, and then push your project:
$ git add .
$ git commit -m "Configured for deployment to Scalingo."
$ git push scalingo main
$ scalingo open
Your deployed project should appear in a new browser tab.
Fully automated deployment
- Install the Scalingo CLI.
- Upload your SSH public key to Scalingo.
- Run the following commands:
$ scalingo login
$ pip install dsd-scalingo
# Add django_simple_deploy to INSTALLED_APPS.
$ python manage.py deploy --automate-all
Your deployed project should appear in a new browser tab.
Destroying a project
If you're doing a test deployment and want to destroy your project:
$ scalingo --app <app-name> destroy
Scalingo documentation
These have been the most helpful parts of the Scalingo docs so far:
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file dsd_scalingo-0.2.2.tar.gz.
File metadata
- Download URL: dsd_scalingo-0.2.2.tar.gz
- Upload date:
- Size: 11.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d7723beeebe11904b856ba698e288feac1891bcac5514d24a67e285b737e0604
|
|
| MD5 |
c604cd6ef3ad504502cba620ac8e64d3
|
|
| BLAKE2b-256 |
ee11152112cca6b21bbf7e32b4109ae25c7a82113e9109c4231dc3cc055ea09a
|
File details
Details for the file dsd_scalingo-0.2.2-py3-none-any.whl.
File metadata
- Download URL: dsd_scalingo-0.2.2-py3-none-any.whl
- Upload date:
- Size: 12.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e407799a2f2fda12c25deeaae7d4497552b2edcd9a30b68d5b71e6c8a028216c
|
|
| MD5 |
af2f69a504ee6d7c125a25f6714912a2
|
|
| BLAKE2b-256 |
5467eb7c738cc7cc99fad338f020b3f8cc7a519143ceebcfb6a6b070dc2fc8de
|