Hi @pitaj
Thanks for the suggestion, it worked!
Where is the Terminal? Where do I put commands in?
And no, if you're asking I'm not going to Digital Ocean if I can't properly install it here..
EDIT: New Error. Scroll down to see it.
Please take a look here.
https://github.com/ahwayakchih/openshift-nodebb
It depends on what kind of operating system you're using.
On Windows:
https://community.nodebb.org/topic/3866/guide-nodebb-0-6-1-on-openshift-for-windows-users-with-putty
When I run rhc app ssh -a nodebb
on Command Prompt I get this error:
DL is deprecated, please use Fiddle.
No system SSH available. Please use the --ssh option to specify the path tp your SSH executable, or install SSH. We recommend this free application: Git
for Windows - a basic git command line and GUI client http://msysgit.github.io/
I already installed Git, I don't know what I'm doing. I tried doing this on Git Bash, but it gives me the same error.
You can read about Terminal here:
It's much easier to follow a guide on a machine running Linux.
I tried this guide instead:
https://github.com/ahwayakchih/openshift-nodebb
Everything worked fine except until I ran git push origin master
All it gave me was this:
Permission denied (publickey,gssapi-keyex,gssapi-with-mic).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
I'm using Windows Powershell. I think I should use Putty because that's how I generated my SSH key.
Just make sure your SSH keys are correctly installed on both sides (local computer and OpenShift).
@Aureney said:
Anyone? Still having this error.
As a Windows user you must configure Your Identity in Git.
After that please repeat steps 3-7 from ahwayakchih's guide hosted on GitHub.
Please post an issue if you'll still have a problem when using Windows.
https://github.com/ahwayakchih/openshift-nodebb/issues
Wow! I managed to install NodeBB on openshift using this guide instead of the docs!
@Aureney said in fatal: could not read from remote repository:
Wow! I managed to install NodeBB on openshift using this guide instead of the docs!
Maybe that guide should be merged into the NodeBB documentation then