|
|
@@ -1,6 +1,6 @@
|
|
|
# Porter
|
|
|
|
|
|
-[](https://github.com/tterb/atomic-design-ui/blob/master/LICENSEs) [](https://goreportcard.com/report/github.com/porter-dev/porter) [](https://discord.gg/34n7NN7FJ7)
|
|
|
+[](https://github.com/tterb/atomic-design-ui/blob/master/LICENSEs) [](https://goreportcard.com/report/github.com/porter-dev/porter) [](https://discord.gg/mmGAw5nNjr)
|
|
|
[](https://twitter.com/getporterdev)
|
|
|
|
|
|
**Porter is a Kubernetes-powered PaaS that runs in your own cloud provider.** Porter brings the Heroku experience to your own AWS/GCP account, while upgrading your infrastructure to Kubernetes. Get started on Porter without the overhead of DevOps and customize your infrastructure later when you need to.
|
|
|
@@ -9,7 +9,7 @@
|
|
|
|
|
|
## Community and Updates
|
|
|
|
|
|
-For help, questions, or if you just want a place to hang out, [join our Discord community.](https://discord.gg/34n7NN7FJ7)
|
|
|
+For help, questions, or if you just want a place to hang out, [join our Discord community.](https://discord.gg/mmGAw5nNjr)
|
|
|
|
|
|
To keep updated on our progress, please watch the repo for new releases (**Watch > Custom > Releases**) and [follow us on Twitter](https://twitter.com/getporterdev)!
|
|
|
|
|
|
@@ -36,6 +36,7 @@ Porter brings the simplicity of a traditional PaaS to your own cloud provider wh
|
|
|
- Heroku-like GUI to monitor application status, logs, and history
|
|
|
- Application rollback to previously deployed versions
|
|
|
- Zero-downtime deploy and health checks
|
|
|
+- Monitor CPU, RAM, and Network usage per deployment
|
|
|
- Marketplace for one click add-ons (e.g. MongoDB, Redis, PostgreSQL)
|
|
|
|
|
|
### DevOps Mode
|
|
|
@@ -60,10 +61,14 @@ Below are instructions for a quickstart. For full documentation, please visit ou
|
|
|
|
|
|
2. Create a Project and [put in your cloud provider credentials](https://docs.getporter.dev/docs/getting-started-with-porter-on-aws). Porter will automatically provision a Kubernetes cluster in your own cloud. It is also possible to [link up an existing Kubernetes cluster.](https://docs.getporter.dev/docs/cli-documentation#connecting-to-an-existing-cluster)
|
|
|
|
|
|
-3. Deploy your applications from a [git repository](https://docs.getporter.dev/docs/applications) or [Docker image registry](https://docs.getporter.dev/docs/cli-documentation#porter-docker-configure).
|
|
|
+3. 🚀 Deploy your applications from a [git repository](https://docs.getporter.dev/docs/applications) or [Docker image registry](https://docs.getporter.dev/docs/cli-documentation#porter-docker-configure).
|
|
|
+
|
|
|
+## Running Porter Locally
|
|
|
+
|
|
|
+While it requires a few additional steps, it is possible to run Porter locally. Follow [this guide](https://docs.getporter.dev/docs/running-porter-locally) to run the local version of Porter.
|
|
|
|
|
|
## Want to Help?
|
|
|
|
|
|
-We welcome all contributions. Submit an issue or a pull request to help us improve Porter! If you're interested in contributing, please [join our Discord community](https://discord.gg/34n7NN7FJ7) for more info.
|
|
|
+We welcome all contributions. If you're interested in contributing, please read our [contributing guide](https://github.com/porter-dev/porter/blob/master/CONTRIBUTING.md) and [join our Discord community](https://discord.gg/GJynMR3KXK).
|
|
|
|
|
|

|