narfdre / Lurch

Deploy and Manage github repos setup with foreman to your sever running lurch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lurch Build Status

##Foreman's Butler

You Rang?

Deploy and manage any app that supports/works with foreman
Steps to run
  • npm install -g foreman
  • npm install
  • create .env file
  • create github developer application and add the following
    NODE_ENV=development

    GITHUB_CLIENT_ID={{Client_Id}}

    GITHUB_CLIENT_SECRET={{Client_Secret}}

    GITHUB_CALLBACK_URL=http://localhost:{port}/github/auth
  • run with command
    nf start -p {port}

About

Deploy and Manage github repos setup with foreman to your sever running lurch


Languages

Language:JavaScript 95.1%Language:CSS 4.9%