Skip to content

Commit

Permalink
update and standardise the document
Browse files Browse the repository at this point in the history
  • Loading branch information
Saif-Shines committed Apr 10, 2024
1 parent 2a567bf commit ba5f33a
Showing 1 changed file with 34 additions and 16 deletions.
50 changes: 34 additions & 16 deletions docs/installation-deployments.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,6 @@ $ bunx @portkey-ai/gateway
Your AI Gateway is now running on http://localhost:8787 🚀
```

## Replit

Replit is cloud based IDE. You can deploy the AI gateway for your apps.

[![Deploy on Replit](https://replit.com/badge?caption=Deploy%20on%20Replit)](https://replit.com/@portkey/AI-Gateway?v=1)

## Cloudflare Workers

Clone the Repository
Expand Down Expand Up @@ -61,7 +55,7 @@ npm run build
Run the server

```sh
npm run build
node build/start-server.js
```

## Docker
Expand All @@ -72,15 +66,7 @@ To run using Docker
docker run -d -p 8787:8787 portkeyai/gateway:latest
```


# Deploy to Zeabur

Click on the button below to deploy.

[![Deploy on Zeabur](https://zeabur.com/button.svg)](https://zeabur.com/templates/RU38E3)

# Deploy to Vercel
Docs to be written, please help!
## Docker Compose

Download compose file

Expand All @@ -94,3 +80,35 @@ Run
docker compose up -d
# running and listening on port 8787
```

## Replit

Replit is cloud based IDE. You can deploy the AI gateway for your apps.

[![Deploy on Replit](https://replit.com/badge?caption=Deploy%20on%20Replit)](https://replit.com/@portkey/AI-Gateway?v=1)

## Deploy to Zeabur

Click on the button below to deploy.

[![Deploy on Zeabur](https://zeabur.com/button.svg)](https://zeabur.com/templates/RU38E3)

## Deploy to Vercel

Docs to be written, please help!

## Deploy to Fastly

Docs to be written, please help!

## Deploy to AWS Lambda

Docs to be written, please help!

## Deploy to Lambda@edge

Docs to be written, please help!

## Deploy to Supabase functions

Docs to be written, please help!

0 comments on commit ba5f33a

Please sign in to comment.