Giter Club home page Giter Club logo

Comments (11)

purohit avatar purohit commented on September 9, 2024

I suppose the first question for a non-developer would be: Do you have a Mac or Linux machine?

There are a few dependencies here. First, you need an account on Heroku, so create one there. You also need to download and install the Heroku command line tool: https://devcenter.heroku.com/articles/heroku-cli

You also need to install git: https://git-scm.com/book/en/v2/Getting-Started-Installing-Git

I'm trying to see if we can get you to a point where everything is on your machine and you can just follow the instructions in the README.

from anonymous-slack.

misstook avatar misstook commented on September 9, 2024

from anonymous-slack.

purohit avatar purohit commented on September 9, 2024

from anonymous-slack.

misstook avatar misstook commented on September 9, 2024

Thank you so much for taking the time to assist me with this. I have a Heroku account, and I downloaded both Heroku command line and git.

from anonymous-slack.

purohit avatar purohit commented on September 9, 2024

from anonymous-slack.

misstook avatar misstook commented on September 9, 2024

I think the issue I'm running into is running the Heroku command line tool and git on my computer. I downloaded both of them, but I can't seem to pull them up/locate them on my computer, even by searching, and I'm not sure why this is. Also, when I create the app on the Heroku site, do I add a pipeline?

from anonymous-slack.

purohit avatar purohit commented on September 9, 2024

from anonymous-slack.

misstook avatar misstook commented on September 9, 2024

Okay, I feel like I'm a little closer now. I added the config variables in Heroku, I added the Slack slash command and the incoming webhook. I want the deployment method to be via GitHub, right?

from anonymous-slack.

purohit avatar purohit commented on September 9, 2024

from anonymous-slack.

misstook avatar misstook commented on September 9, 2024

"Clone this repository, enter it and generate the Godeps:

git clone [email protected]:recursionpharma/anonymous-slack.git
cd anonymous-slack
godep save -r"

So when I try to do this part (minus the godep part, as you said), it gives me this message:

Lindsays-New-MBP:~ tookish$ git clone [email protected]:recursionpharma/anonymous-slack.git
Cloning into 'anonymous-slack'...
The authenticity of host 'github.com (192.30.253.113)' can't be established.
RSA key fingerprint is 16:27:ac:a5:76:28:2d:36:63:1b:56:4d:eb:df:a6:48.
Are you sure you want to continue connecting (yes/no)? y
Please type 'yes' or 'no': yes
Warning: Permanently added 'github.com,192.30.253.113' (RSA) to the list of known hosts.
Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists."

from anonymous-slack.

purohit avatar purohit commented on September 9, 2024

Ah, okay. You'll need to generate an SSH key first and add it to your Github account. (i.e. these two steps): https://help.github.com/articles/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent/#platform-mac, https://help.github.com/articles/adding-a-new-ssh-key-to-your-github-account/#platform-mac).

Try this and then start again with the git clone [...] instructions.

(Technically, you can just clone over HTTPS without doing any of these steps, but you might need an SSH key for Heroku anyway, so it might be worth doing).

from anonymous-slack.

Related Issues (1)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.