ChitChatter running on my github site. #167
Replies: 21 comments 14 replies
-
The instructions here and here demonstrate how this can be done. |
Beta Was this translation helpful? Give feedback.
-
How do I run this on github? ssh-keygen -t rsa -b 4096 -C "$(git config user.email)" -f gh-pages -N "" |
Beta Was this translation helpful? Give feedback.
-
You'll need to run that in your local command line environment, not on GitHub. |
Beta Was this translation helpful? Give feedback.
-
Okay I have the private key in https://github.com/ralphshinevar/chitchatter/settings/secrets/actions Where to put the public key? |
Beta Was this translation helpful? Give feedback.
-
Okay I got the public key in Deploy Keys |
Beta Was this translation helpful? Give feedback.
-
How do I get to the ChitChatter forked app? https://github.com/ralphshinevar/chitchatter takes me to the files again. |
Beta Was this translation helpful? Give feedback.
-
It is running. |
Beta Was this translation helpful? Give feedback.
-
It says it failed. |
Beta Was this translation helpful? Give feedback.
-
Tried again failed again. |
Beta Was this translation helpful? Give feedback.
-
3rd time no good. Do I need to edit deploy.yml? |
Beta Was this translation helpful? Give feedback.
-
Thanks for your help.
…On Wed, Sep 27, 2023, 7:18 PM Jeremy Kahn ***@***.***> wrote:
Yay! I'm glad to hear it @ralphshinevar <https://github.com/ralphshinevar>.
Thanks for letting me know!
—
Reply to this email directly, view it on GitHub
<#167 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ANNMVNIXFURE4E3BGJORVZLX4S665ANCNFSM6AAAAAA5J2YU4M>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Hey Jeremy. A new issue has emerged with my github chitchatter. When I use your github chitchatter, open a public room and copy the link to give to someone else, it works. The link works. I do the same on my github chitchatter and the link gets a 404 error. |
Beta Was this translation helpful? Give feedback.
-
@jeremyckahn I have pulled from your main branch. I am not a github guru, is that all I need to do? |
Beta Was this translation helpful? Give feedback.
-
Tested it after the pull; got the 404 error. |
Beta Was this translation helpful? Give feedback.
-
Doing the deployment. I think that is next? |
Beta Was this translation helpful? Give feedback.
-
Okay!!! After the deployment it is working (routing). Now to test it on some my testers (friends). |
Beta Was this translation helpful? Give feedback.
-
Thanks for your help Jeremy. And for teaching more about GitHub. |
Beta Was this translation helpful? Give feedback.
-
Hold on Jeremy. I get in from the link on my PC. But my phone, laptop and my buddy testing get the 404 error. the url changes and there is a question mark in it. |
Beta Was this translation helpful? Give feedback.
-
https://ralphshinevar.github.io/?/chitchatter/public/4c5ee15a-3c19-46fe-b3ce-7490bdec7f7e |
Beta Was this translation helpful? Give feedback.
-
Jeremy,
Is Chitchatter a Node JS app? There is a place in my shared hosting
(Direct Admin) where I can install the app as a Node JS system.
Ralph
|
Beta Was this translation helpful? Give feedback.
-
Okay, I have forked ChitChatter to my Github. I changed the package.json file to my URL. I am at:
https://github.com/ralphshinevar/chitchatter/settings/secrets/actions/new
How to do the secret?
Beta Was this translation helpful? Give feedback.
All reactions