You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Visit [https://docs.developers.flagship.io/](https://docs.developers.flagship.io/) to get started with Flagship.**
10
+
**Visit [https://docs.abtasty.com/server-side](https://docs.abtasty.com/server-side) to get started with Flagship.**
11
11
12
12
## Disclaimer
13
13
@@ -26,16 +26,20 @@
26
26
## Docs
27
27
28
28
### Installation
29
+
29
30
The Flagship Decision API can be installed and deployed in your infrastructure either by downloading and running the binary, or pulling and running the docker image in your orchestration system.
30
31
31
32
#### Using a binary
33
+
32
34
You can download the latest binary here: https://github.com/flagship-io/decision-api/releases
33
35
34
36
#### Using a Docker image
37
+
35
38
You can pull the latest docker image from docker hub:
36
39
`docker pull flagshipio/decision-api`
37
40
38
41
### Running
42
+
39
43
Using a binary
40
44
Download the latest release on github and then simply run:
41
45
@@ -49,9 +53,10 @@ Run the following command to start the server with Docker
49
53
`docker run -p 8080:8080 -e ENV_ID={your_env_id} -e API_KEY={your_api_key} flagshipio/decision-api`
50
54
51
55
### Configuration
56
+
52
57
Full configuration and API options available here:
0 commit comments