2020年10月30日 星期五

Feature Flag

Unleash

https://unleash.github.io/

安裝 Postgres

docker run --name postgres -e POSTGRES_PASSWORD=mypassword -d postgres

安裝 pgAdmin 4

docker run -p 5050:80 \

    -e "PGADMIN_DEFAULT_EMAIL=xxxrubiks@gmail.com" \

    -e "PGADMIN_DEFAULT_PASSWORD=SuperSecret" \

    -d dpage/pgadmin4

安裝 Unleash

npm install unleash-server -g