mirror of
https://github.com/logto-io/logto.git
synced 2024-12-30 20:33:54 -05:00
chore: update README (#1567)
* chore: update README * chore: update README
This commit is contained in:
parent
7ef20d8b08
commit
f8fdb2fe16
1 changed files with 20 additions and 0 deletions
20
README.md
20
README.md
|
@ -51,6 +51,26 @@ Boringly, we call it "[customer identity access management](https://en.wikipedia
|
|||
|
||||
[Click here](https://gitpod.io/#https://github.com/logto-io/logto) to launch Logto in GitPod. Once you see the message like `App is running at https://3001-...gitpod.io` in the terminal, press Cmd (or Ctrl) and click the URL to continue your Logto journey.
|
||||
|
||||
### Docker Compose
|
||||
|
||||
Docker Compose CLI usually comes with [Docker Desktop](https://www.docker.com/products/docker-desktop).
|
||||
|
||||
```bash
|
||||
curl -fsSL https://raw.githubusercontent.com/logto-io/logto/HEAD/docker-compose.yml | \
|
||||
TAG=prerelease docker compose -p logto -f - up
|
||||
```
|
||||
|
||||
### One-liner Script
|
||||
|
||||
**Prerequisites**
|
||||
|
||||
- [Node.js](https://nodejs.org/) `^16.13.0`
|
||||
- [PostgreSQL](https://postgresql.org/) `^14.0`
|
||||
|
||||
```bash
|
||||
node -e "$(printf "%s" "$(curl -fsSL https://raw.githubusercontent.com/logto-io/logto/HEAD/install.js)")"
|
||||
```
|
||||
|
||||
## Bug Report, Feature Request, Feedback
|
||||
|
||||
- Our team takes security seriously, especially when it relates to identity. If you find any existing or potential security issues, please do not hesitate to email 🔒 [security@logto.io](mailto:security@logto.io).
|
||||
|
|
Loading…
Reference in a new issue