You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .controlplane/readme.md
+17-17
Original file line number
Diff line number
Diff line change
@@ -6,13 +6,13 @@ _If you need a free demo account for Control Plane (no CC required), you can con
6
6
7
7
---
8
8
9
-
Check [how the `cpl` gem (this project) is used in the Github actions](https://github.com/shakacode/react-webpack-rails-tutorial/blob/master/.github/actions/deploy-to-control-plane/action.yml).
9
+
Check [how the `cpflow` gem (this project) is used in the Github actions](https://github.com/shakacode/react-webpack-rails-tutorial/blob/master/.github/actions/deploy-to-control-plane/action.yml).
10
10
Here is a brief [video overview](https://www.youtube.com/watch?v=llaQoAV_6Iw).
11
11
12
12
---
13
13
14
14
## Overview
15
-
This simple example shows how to deploy a simple app on Control Plane using the `cpl` gem.
15
+
This simple example shows how to deploy a simple app on Control Plane using the `cpflow` gem.
16
16
17
17
To maximize simplicity, this example creates Postgres and Redis as workloads in the same GVC as the app.
18
18
In a real app, you would likely use persistent, external resources, such as AWS RDS and AWS ElastiCache.
@@ -36,7 +36,7 @@ For more informatation check out the
36
36
3. Run `cpln image docker-login --org <your-org>` to ensure that you have access to the Control Plane Docker registry.
37
37
38
38
4. Install the latest version of
39
-
[`cpl` gem](https://rubygems.org/gems/cpl)
39
+
[`cpflow` gem](https://rubygems.org/gems/cpflow)
40
40
on your project's Gemfile or globally.
41
41
For more information check out
42
42
[Heroku to Control Plane](https://github.com/shakacode/heroku-to-control-plane).
@@ -46,14 +46,14 @@ You can use it as an example for your project.
46
46
Ensure that you have Docker running.
47
47
48
48
### Tips
49
-
Do not confuse the `cpl` CLI with the `cpln` CLI.
50
-
The `cpl` CLI is the Heroku to Control Plane playbook CLI.
49
+
Do not confuse the `cpflow` CLI with the `cpln` CLI.
50
+
The `cpflow` CLI is the Heroku to Control Plane playbook CLI.
51
51
The `cpln` CLI is the Control Plane CLI.
52
52
53
53
## Project Configuration
54
54
See the filese in the `./controlplane` directory.
55
55
56
-
1.`/templates`: defines the objects created with the `cpl setup` command.
56
+
1.`/templates`: defines the objects created with the `cpflow setup` command.
57
57
These YAML files are the same as used by the `cpln apply` command.
58
58
2.`/controlplane.yml`: defines your application, including the organization, location, and app name.
59
59
3.`Dockerfile`: defines the Docker image used to run the app on Control Plane.
@@ -65,7 +65,7 @@ Check if the Control Plane organization and location are correct in `.controlpla
65
65
Alternatively, you can use `CPLN_ORG` environment variable to set the organization name.
66
66
You should be able to see this information in the Control Plane UI.
67
67
68
-
**Note:** The below commands use `cpl` which is the Heroku to Control Plane playbook gem,
68
+
**Note:** The below commands use `cpflow` which is the Heroku to Control Plane playbook gem,
Copy file name to clipboardExpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -7,13 +7,13 @@
7
7
8
8
## Control Plane Deployment Example
9
9
10
-
[Control Plane](https://shakacode.controlplane.com) offers a viable, cost-saving alternative to Heroku, especially when using the [cpl gem](https://rubygems.org/gems/cpl) to deploy to Control Plane.
10
+
[Control Plane](https://shakacode.controlplane.com) offers a viable, cost-saving alternative to Heroku, especially when using the [cpflow gem](https://rubygems.org/gems/cpflow) to deploy to Control Plane.
11
11
12
12
ShakaCode recently migrated [HiChee.com](https://hichee.com) to Control Plane, resulting in a two-thirds reduction in server hosting costs!
13
13
14
14
See doc in [./.controlplane/readme.md](./.controlplane/readme.md) for how to easily deploy this app to Control Plane.
15
15
16
-
The instructions leverage the `cpl` CLI, with source code and many more tips on how to migrate from Heroku to Control Plane
16
+
The instructions leverage the `cpflow` CLI, with source code and many more tips on how to migrate from Heroku to Control Plane
17
17
in https://github.com/shakacode/heroku-to-control-plane.
0 commit comments