Flagsmith / flagsmith

Open Source Feature Flagging and Remote Config Service. Host on-prem or use our hosted version at https://flagsmith.com/
https://flagsmith.com/
BSD 3-Clause "New" or "Revised" License
4.56k stars 346 forks source link

Self Hosted Docker DX improvements #3231

Open dabeeeenster opened 6 months ago

dabeeeenster commented 6 months ago

There are some things that would help onboarding for new self hosted installs:

  1. The default install creates an Organisation and Project, but does not create any Environments for that Project. We should add the 2 Environments (Development and Production) that are created when a new project is set up in the SaaS platform.

  2. It's not possible to create a second project as we limit open source to 1 project, but there's no helper text to explain this. We should add text that states:

Self hosted Flagsmith installations are limited to 1 Project. Learn more with our version comparison.

image
levrik commented 4 months ago

What I'm failing to understand here: How am I supposed to run Flagsmith on Flagsmith as explained in the docs when I'm unable to create a 2nd project? Am I expected to mix Flagsmith's feature flags with my own in this case?

matthewelwell commented 4 months ago

Hi @levrik, no, you can create a second organisation to hold this project.

levrik commented 4 months ago

@matthewelwell I thought creating a 2nd organisation isn't possible but just found the button on the UI. TBH it's not very obvious 😅