Skip to content
Open
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ Get Ackee up and running…
- […with Helm](docs/Get%20started.md#with-helm)
- […without Docker](docs/Get%20started.md#without-docker)
- […with Netlify](docs/Get%20started.md#with-netlify)
- [...with Elestio](docs/Get%20started.md#with-elestio)
- […with Vercel](docs/Get%20started.md#with-vercel)
- […with Heroku](docs/Get%20started.md#with-heroku)
- […with Qovery](docs/Get%20started.md#with-qovery)
Expand Down
31 changes: 31 additions & 0 deletions docs/Get started.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,37 @@ Ackee now runs on port `3000` and is only accessible from you local network. It'
- [SSL and HTTPS](SSL%20and%20HTTPS.md)
- [CORS headers](CORS%20headers.md)

## With Elestio

### 1. Deploy to Elestio

[![Deploy](https://pub-da36157c854648669813f3f76c526c2b.r2.dev/deploy-on-elestio-black.png)](https://dash.elest.io/deploy?soft=Ackee&id=133)

### 2. Select the providers

- Select cloud service provider of your choice.
- Choose region of your choice
- Select service plan. The smallest one offers 1 CPU, 2 GB RAM etc.
- Confirm the details and hit "Next"

### 3. Configure
- Select the support level
- Name your application
- Add admin email (You can add email you want to access your application from)
- Click "Create Service"
- Here you also get option to copy your terraform config (Optional)

### 4. Use Ackee
- Click on "Display Admin UI"
- Go to Admin Ui link provided
- Add username and password provided on dashboard.

### 5. Update Ackee
- Go to Overview section in your Ackee service
- Click "Change version" inside Software section
- Choose the latest version or the version of your choice.
- Additionally update the configs or restart the instance with single clink under same section

## With Netlify

### 1. Deploy to Netlify
Expand Down