Main Page: Difference between revisions

From Chorke Wiki
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.com
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:

  1. Angular
  2. Java EE
  3. Spring
  4. Camel
  5. Node
  6. NPM
  7. ES6
  8. CSS
  9. JPA
  10. ExtJS
  11. MySQL
  12. Python
  13. PgSQL
  14. PHP
  15. 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.

Getting started