Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ShivangKakkar/heroku-buildpack-nim

Minimal Heroku Buildpack for Nim
https://github.com/ShivangKakkar/heroku-buildpack-nim

heroku heroku-buildpack heroku-deployment nim nim-lang nimble

Last synced: 24 days ago
JSON representation

Minimal Heroku Buildpack for Nim

Awesome Lists containing this project

README

        

# Heroku Buildpack for Nim

![Nim Logo](https://telegra.ph/file/b9b18e05f675a5711a061.jpg)

#### Minimal Buildpack to install Nim-lang, and it's package manager Nimble in Heroku

**Note** - This is a beta release and very minimal. Contributions are welcome.

## Adding Buildpack

### Using Heroku CLI

```sh
heroku buildpacks:set https://github.com/StarkBotsIndutries/heroku-buildpack-nim.git
```

### Using Heroku GUI

1. Go to Heroku Dashboard and open your app.

2. Go to the settings tab



Settings Tab

3. Scroll below and find the buildpacks section



Add Buildpacks

4. Click on 'Add Buildpack', put the url and save changes.



Save

5. The buildpack is now enabled. It'll be build in next deployment



Done

You are good to go.