Skip to content

Commit

Permalink
self hosted doc: hobby-deployment-1
Browse files Browse the repository at this point in the history
  • Loading branch information
dsun0720 committed Sep 13, 2022
1 parent 7d7517a commit df56d1a
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 0 deletions.
32 changes: 32 additions & 0 deletions infra/Hobby.md
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
```

14 changes: 14 additions & 0 deletions infra/readme.md
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

0 comments on commit df56d1a

Please sign in to comment.