forked from featbit/featbit
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Showing
2 changed files
with
46 additions
and
0 deletions.
There are no files selected for viewing
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,32 @@ | ||
# | ||
|
||
``` | ||
``` | ||
|
||
Hobby Deployment | ||
|
||
We provide a **hobby deployment** option just for those that want to try out self-hosted Featbit without having to spend a lot on infrastructure costs. | ||
|
||
This type of deployment is aimed at users who want to test out the platform or do some minimal use with Featbit ecosystem | ||
|
||
It should **not** be used as a production instance for tracking a product with any reasonable amount of scale. | ||
|
||
## Pre-requisites | ||
|
||
We recommend you to deploy a Linux Ubuntu Virtual Machine | ||
|
||
* minimal 4G RAM, 8-16G RAM is recommended | ||
* 64G in disk, SATA is recommended | ||
* Docker should be installed in your VM | ||
|
||
## Manuel install on an Ubuntu VM | ||
|
||
``` | ||
git clone https://github.com/featbit/featbit.git | ||
cd featbit/ | ||
docker compose up -d | ||
``` | ||
|
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,14 @@ | ||
# Self Hosted Featbit | ||
|
||
Getting a prod environment of Featbit up and running is probably one of the first things you want to do! This section goes through the different options available depending on where you'll be hosting Featbit, and includes guides on several of the most popular services. | ||
|
||
## Deployment options | ||
|
||
* [Hobby / Single Mode Recommended for testing or hobby projects (<100 feature flags, <100k events/month)](./Hobby.md) | ||
* K8S | ||
|
||
## Configurations | ||
|
||
* Environment variables | ||
* Securing and Settings Featbit | ||
* Upgrading Featbit |