Skip to content

Commit

Permalink
updated docs for local deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
taylordowns2000 committed Sep 18, 2023
1 parent 2edee0e commit eca497c
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 36 deletions.
10 changes: 10 additions & 0 deletions docs/deploy/options.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,3 +100,13 @@ proven, and you're ready to scale it up.
5. Re-configure your credentials (credential secrets will _not_ be included in
the export).
6. Test your locally deployed project.

## Technical Guidelines

For detailed deployment documentation instructions, head to the Lightning
[developer docs page](https://openfn.github.io/Lightning/readme.html), paying
special attention to several sections:

1. [Getting Started](https://openfn.github.io/Lightning/readme.html#getting-started)
2. [Deployment Considerations](https://openfn.github.io/Lightning/deployment.html)
3. [Benchmarking](https://openfn.github.io/Lightning/benchmarking.html)
2 changes: 1 addition & 1 deletion docs/deploy/requirements.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ your deployment partner can better estimate your total cost of ownership.
| Javascript | The OpenFn **job processing workers** and OpenFn workflows themselves are Javascript-based. With knowledge of how NodeJs works you can build workflows that do _anything_. |
| Postgres | The default **database** for OpenFn is PostgreSQL |
| Docker | We publish all **OpenFn [images](https://hub.docker.com/repository/docker/openfn/lightning/general)** on Docker Hub. Whether you're streamlining developer setup or using container orchestration technologies, understanding docker and containerized computing is helpful. |
| Kubernetes | For high-availability deployments, Kubernetes services provide **load balancing** and simplify **container management** on multiple hosts. They make it easy for an enterprise's apps to have greater scalability and be flexible, portable and more productive. |
| Kubernetes | For high-availability deployments, Kubernetes services provide **load balancing** and simplify **container management** on multiple hosts. They make it easy for an enterprise's apps to have greater scalability and be flexible, portable and more productive. |

## Machine Requirements

Expand Down
5 changes: 0 additions & 5 deletions docs/getting-started/automation-inspiration.md

This file was deleted.

10 changes: 0 additions & 10 deletions docs/getting-started/deployment-options.md

This file was deleted.

14 changes: 0 additions & 14 deletions docs/getting-started/designing-integrations.md

This file was deleted.

6 changes: 0 additions & 6 deletions docs/getting-started/use-cases.md

This file was deleted.

0 comments on commit eca497c

Please sign in to comment.