Skip to content
This repository was archived by the owner on Sep 21, 2022. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,18 @@ Getting started
```

And add the certificate to your keychain:


- MacOS
```
security import cert.pem; security add-trusted-cert cert.pem
```

- Linux (Ubuntu, Debian)
```
sudo cp cert.pem /usr/local/share/ca-certificates/ft-google-amp.crt
sudo update-ca-certificates
```

4. Run the app (no build is required in development mode), `make run`
5. Open `https://local.ft.com:5050/content/<Content UUID>`

Expand Down