Skip to content
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.

Commit

Permalink
Update README to mention Django, and capitalise external project names (
Browse files Browse the repository at this point in the history
#7)

* Update README to mention Django, and capitalise external project names

* Correct casing on PaaS in README
  • Loading branch information
mthaddon authored Apr 11, 2024
1 parent 561ac9a commit 0789d8e
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
# PaaS App Charmer

Easily deploy and operate your flask applications and associated infrastructure,
Easily deploy and operate your Flask or Django applications and associated infrastructure,
such as databases and ingress, using open source tooling. This lets you focus on
creating applications for your users backed with the confidence that your
operations are taken care of by world class tooling developed by Canonical, the
creators of Ubuntu.

Have you ever created an application and then wanted to deploy it for your users
only to either be forced to use a proprietary public cloud platform or manage
the deployment and operations yourself? PAAS App Charmer will take your
application and create an OCI image using rockcraft and operations code using
charmcraft for you. The full suite of tools is open source so you can see
the deployment and operations yourself? PaaS App Charmer will take your
application and create an OCI image using Rockcraft and operations code using
Charmcraft for you. The full suite of tools is open source so you can see
exactly how it works and even contribute! After creating the app charm and
image, you can then deploy your application into any kubernetes cluster using
juju. Need a database? Using juju you can deploy a range of popular open source
databases, such as [postgreSQL](https://charmhub.io/postgresql) or
image, you can then deploy your application into any Kubernetes cluster using
Juju. Need a database? Using Juju you can deploy a range of popular open source
databases, such as [PostgreSQL](https://charmhub.io/postgresql) or
[MySQL](https://charmhub.io/mysql), and integrate them with your application
with a few commands. Need an ingress to serve traffic? Use juju to deploy and
integrate a range of ingress, such as
[traefik](https://charmhub.io/traefik-k8s), and expose your application to
with a few commands. Need an ingress to serve traffic? Use Juju to deploy and
integrate a range of ingresses, such as
[Traefik](https://charmhub.io/traefik-k8s), and expose your application to
external traffic in seconds.

0 comments on commit 0789d8e

Please sign in to comment.