LogoLogo
  • gitignore.io
  • Install
    • Command Line
    • Editor Extensions
    • Client Applications
    • Local Server
  • Use
    • Command Line
    • Advanced Command Line
    • API
  • Design
    • Logo
Powered by GitBook
On this page
  • Requirements
  • Local
  • Docker

Was this helpful?

  1. Install

Local Server

Install gitignore.io locally for testing, debugging, and submitting new application functionality.

PreviousClient ApplicationsNextCommand Line

Last updated 4 years ago

Was this helpful?

Requirements

  • Vapor - /

Local

$ git clone --recursive git@github.com:toptal/gitignore.io.git
$ cd gitignore.io/
$ vapor build
$ vapor run

Docker

It’s also possible to run the app using and . It can be done by running the commands below.

$ git clone --recursive git@github.com:toptal/gitignore.io.git
$ cd gitignore.io/
$ docker-compose up -d

macOS
Ubuntu
Docker
Docker Compose