Main Page: Difference between revisions

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

  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.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.

Getting started