Main Page: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 18: | Line 18: | ||
# PHP | # PHP | ||
# H2 | # H2 | ||
== git ssh client config == | |||
<syntaxhighlight lang="ini"> | |||
# git_chorke_rsa add to ~/.ssh/config | |||
Host git.chorke.com | |||
HostName github.com | |||
PreferredAuthentications publickey | |||
IdentityFile ~/.ssh/git_chorke_rsa | |||
User git | |||
</syntaxhighlight> | |||
Consult the [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents User's Guide] for information on using the wiki software. | Consult the [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents User's Guide] for information on using the wiki software. |
Revision as of 00:48, 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.com
HostName github.com
PreferredAuthentications publickey
IdentityFile ~/.ssh/git_chorke_rsa
User git
Consult the User's Guide for information on using the wiki software.