livecycle / preevy

Quickly deploy preview environments to the cloud!
https://preevy.dev
Apache License 2.0
2.06k stars 78 forks source link

Add sample how-to to the documentation with link to sample repositories #71

Open Yshayy opened 1 year ago

Yshayy commented 1 year ago
karthiknadar1204 commented 1 year ago

@Yshayy I would like to work on this issue if it is still up for grabs, could you elaborate what exactly do we have to do here

Yshayy commented 1 year ago

Yes @karthiknadar1204, thanks for contributing. We would like to show an example of a full stack application that is using compose. To show the benefits or Preevy, it's best if the application will consist of an app that:

The other sample that I mention is creating a preview environment for a CLI app, the idea is to create a compose file that uses ttyd (https://github.com/tsl0922/ttyd) to open a web-terminal preview for a CLI application. Once we have an example, we can also put in our documentation as well. This specific example is interesting as it can be applied for preevy repo as well in the future since Preevy is a CLI.

Let me know if it's clear and makes sense.

karthiknadar1204 commented 1 year ago

ok so like using a real project and how to integrate it with prevy in a step by step process ,right @Yshayy ?

Yshayy commented 1 year ago

Pretty much

karthiknadar1204 commented 1 year ago

Will get down to doing it,was returning back home from college..

royra commented 1 year ago

See https://github.com/livecycle/preevy-gha-gce-demo for a (partial) example.