-
Notifications
You must be signed in to change notification settings - Fork 81
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Zevi Reinitz
committed
Dec 6, 2023
1 parent
65a025d
commit eaaca0a
Showing
21 changed files
with
160 additions
and
241 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"label": "Supported cloud providers", | ||
"label": "Supported Cloud Providers", | ||
"position": 3 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
--- | ||
sidebar_position: 1 | ||
title: AWS Lightsail Driver | ||
title: Deploy to AWS Lightsail | ||
--- | ||
|
||
# AWS Lightsail Driver | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
sidebar_position: 2 | ||
title: Collaborative reviews | ||
--- | ||
|
||
## Collaborative reviews | ||
|
||
Livecycle makes it easy to not only create previews of your latest changes, but also to share them and collect feedback in context. | ||
|
||
Each of Livecycle's shared preview environments include built-in tools that enable technical teammates to review changes and access services from a browser, so they can see real-time logging, catch errors and execute commands in a terminal, and you can collaboratively fix issues mug earlier in the development lifecycle. | ||
|
||
<iframe width="560" height="315" src="https://www.youtube.com/embed/_grdYVad_cM?si=G0HXS6kOV3Cwsxgh" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,10 @@ | ||
--- | ||
title: The Livevcvle Dashboard | ||
title: The Livecycle Dashboard | ||
parent: /dashboard | ||
--- | ||
|
||
## **Add 5555555 to your workflow** | ||
## **Share code changes. Collect feedback.** | ||
|
||
Livecycle is flexible by design, so there are several ways to add Livecycle to your workflow: | ||
Livecycle makes it easy to not only create previews of your latest changes, but also to share them and collect feedback in context. | ||
|
||
- **Use our open source CLI to create self-hosted preview environments** - Our open source CLI “Preevy” provisions ephemeral preview environments on your cloud provider or Kubernetes cluster with a single command. | ||
- **Add Livecycle to your CI and get deploy previews for every PR** - By adding Livecycle to your CI/CD pipeline, you can automatically provision shareable preview environments for every commit or pull request. | ||
- **Instantly share local containers -** The Livecycle Docker Extension lets you share your local containerized app and get feedback while the code is still on your machine, without the hassle of CI builds or staging servers. | ||
- **Start collaborative review cycles with the team** - Every shared Livecycle preview environment includes built-in feedback tools that collect technical and visual feedback from the team. This means faster, more collaborative review cycles for everyone invovled. | ||
Using the Dashboard, you can invite teammates to ephemeral environments to review and provide feedback. Each team member can see the open projects assigned to them and review changes in their browser. |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,50 @@ | ||
--- | ||
title: FAQ | ||
sidebar_position: 15 | ||
--- | ||
--- | ||
|
||
## Common questions about using Preevy | ||
|
||
<details> | ||
<summary>What is the difference between the Livecycle Docker Extension and Ngrok?</summary> | ||
|
||
The Livecycle Docker Extension is integrated with Docker, and provides a smoother experience for Docker users. | ||
Consistent URLs, private environments, organizations and Google/Github authentication are supported out of the box. | ||
Livecycle dashboard provides debugging capabilities that includes log inspection, shell access, and container inspection. | ||
Lastly, integration with the Preevy CLI allows you to create preview environments for Pull Requests - remote ephemeral environments that can be used when your development machine is offline. | ||
</details> | ||
|
||
<details> | ||
<summary>Which frameworks and languages does Livecycle support?</summary> | ||
|
||
Livecycle is language and framework agnostic. It works with anything that runs in a Docker container. | ||
</details> | ||
|
||
<details> | ||
<summary>What security features does the Livecycle Docker extension offer?</summary> | ||
|
||
The Livecycle Docker Extension uses a secure <a href="https://livecycle.io/blogs/preevy-proxy-service-2/" target="_blank">SSH tunnel</a> to expose your local development environment using Livecycle's tunnel server, which is only accessible using HTTPS. | ||
|
||
You can enable private URLs to restrict access to your environment. | ||
</details> | ||
|
||
<details> | ||
<summary>How do I get started with the Livecycle Docker Extension?</summary> | ||
|
||
You can get started with the Livecycle Docker Extension by following the steps in the Getting Started section of this document. | ||
</details> | ||
|
||
<details> | ||
<summary>What makes the Livecycle Docker Extension different from other tools?</summary> | ||
|
||
Livecycle Docker extension is integrated with the Preevy CLI and the Livecycle managed service. | ||
Using the Preevy CLI, you can provision remote ephemeral environments that can be used in addition to sharing local environments. | ||
This functionality can also be used in your CI pipeline to provision preview environments for Pull Requests. | ||
The Livecycle managed service adds additional layers of management, collaboration, review and debugging on top of shared environments. | ||
</details> | ||
|
||
<details> | ||
<summary>How do I get support for the Livecycle Docker Extension?</summary> | ||
|
||
Join the <a href="https://community.livecycle.io" target="_blank">Livecycle Community</a> on Slack to get support for the Livecycle Docker Extension. | ||
</details> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.