mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-22 19:07:54 +01:00
docs: remove the conflict between docker steps and docker-compose (#952)
* remove the conflict between docker steps and docker-compose * fixing a link name typo
This commit is contained in:
parent
d08809ce97
commit
d7a44d01a2
@ -32,7 +32,7 @@ To run multiple replicas of Unleash simply point all instances to the same datab
|
||||
- username: `admin`
|
||||
- password: `unleash4all`
|
||||
|
||||
### Option one - use Docker {#option-one---use-docker}
|
||||
### Option 1 - use Docker {#option-one---use-docker}
|
||||
|
||||
**Useful links:**
|
||||
|
||||
@ -60,13 +60,13 @@ docker run -p 4242:4242 \
|
||||
--network unleash unleashorg/unleash-server
|
||||
```
|
||||
|
||||
#### Docker-compose {#docker-compose}
|
||||
|
||||
### Option 2 - use Docker-compose {#option-two---use-docker-compose}
|
||||
**Steps:**
|
||||
1. Clone the [unleash-docker](https://github.com/Unleash/unleash-docker) repository.
|
||||
2. Run `docker-compose build` in repository root folder.
|
||||
3. Run `docker-compose up` in repository root folder.
|
||||
|
||||
### Option two - from Node.js {#option-two---from-nodejs}
|
||||
### Option 3 - from Node.js {#option-three---from-nodejs}
|
||||
|
||||
1. Create a new folder/directory on your development computer.
|
||||
2. From a terminal/bash shell, install the dependencies:
|
||||
|
@ -122,7 +122,7 @@ The Unleash Proxy takes the heavy lifting of evaluating toggles and only returns
|
||||
However in some settings you would like a bit more logic around it to make it as fast as possible, and keep up to date with changes.
|
||||
|
||||
- [JavaScript Proxy SDK](/sdks/proxy-javascript)
|
||||
- - [Ract Proxy SDK](/sdks/proxy-react)
|
||||
- - [React Proxy SDK](/sdks/proxy-react)
|
||||
- [Android Proxy SDK](/sdks/android_proxy_sdk)
|
||||
- [iOS Proxy SDK](/sdks/proxy-ios)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user