|
|
|
|
|
by alonswartz
5470 days ago
|
|
A little late to the conversation, but none the less... You could use the TurnKey Hub for easy deployment of a pre-configured Django appliance to Amazon EC2. If you prefer the command line you can use the Hub's API or CLI, for example: $ hub-launch django [-options] If you've enabled TKLBAM (encrypted backups of changes to files, databases, package management state, even users and groups), you can launch a new cloud server which will be automatically restored upon boot: $ hub-launch $BACKUP_ID Take that a step further and say you're developing your Django app in a local VM. When you're ready to deploy to the cloud you just trigger a backup, then launch it in the cloud. |
|