bcc-code / bcc-media-platform

[BCC Media] Website and backend for the BCC Media apps
https://app.bcc.media
Apache License 2.0
9 stars 4 forks source link

Gitpod dev environment #13

Open andreasgangso opened 2 years ago

andreasgangso commented 2 years ago

Set up a click-to-start https://gitpod.io/ workspace to create a low barrier of entry for contributors or others who want to tinker with our solution. The first time it should run "docker-compose up -d", run "make schema-newest", etc. https://www.gitpod.io/docs/configure

KillerX commented 2 years ago

Lots of things can be packaged well (for example I am using a PubSub and an S3 emulator) but some don't really have anything like that available (AWS media packager) so not everything will be possible in an automated way with no "real" credentials involved. Mocks could be considered in this case as that would also to some extent enable offline development.

andreasgangso commented 2 years ago

Not all the components need to be included here. I'm thinking just the CMS for now