Main Page: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
|||
Line 22: | Line 22: | ||
<syntaxhighlight lang="ini"> | <syntaxhighlight lang="ini"> | ||
# git_chorke_rsa add to ~/.ssh/config | # git_chorke_rsa add to ~/.ssh/config | ||
Host git.chorke. | Host git.chorke.org | ||
HostName github.com | HostName github.com | ||
PreferredAuthentications publickey | PreferredAuthentications publickey |
Revision as of 00:50, 10 October 2017
Chorke, Inc. Wiki
This is the wiki of Chorke, Inc. will be reflect most of the aspect that's belongs to our community such as new product launch, bug fixing, version update. This wiki will cover those language officially supported by Chorke, Inc. as following:
- Angular
- Java EE
- Spring
- Camel
- Node
- NPM
- ES6
- CSS
- JPA
- ExtJS
- MySQL
- Python
- PgSQL
- PHP
- H2
git ssh client config
# git_chorke_rsa add to ~/.ssh/config
Host git.chorke.org
HostName github.com
PreferredAuthentications publickey
IdentityFile ~/.ssh/git_chorke_rsa
User git
Consult the User's Guide for information on using the wiki software.